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