Fixing tests
This commit is contained in:
parent
e0e58b8824
commit
cd2a221fb8
|
|
@ -43,6 +43,7 @@ pipeline {
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: "tmp/*/*/*.log", excludes: "tmp/*/*/docker.log", allowEmptyArchive: true
|
archiveArtifacts artifacts: "tmp/*/*/*.log", excludes: "tmp/*/*/docker.log", allowEmptyArchive: true
|
||||||
|
cleanWs()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue