Fixing tests
This commit is contained in:
parent
8c0f82446d
commit
f1235bb3c5
|
|
@ -39,11 +39,10 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: '*.log', fingerprint: true
|
archiveArtifacts artifacts: '*.log', fingerprint: true
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue