Fixing tests
This commit is contained in:
parent
84ba88690a
commit
cd7398e466
|
|
@ -42,7 +42,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: "*.log"
|
archiveArtifacts artifacts: "*.log", allowEmptyArchive: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue