Fix syntax error

This commit is contained in:
zontreck 2024-07-08 23:56:05 -07:00
parent 50a6523d49
commit 0c2839ea5c

2
Jenkinsfile vendored
View file

@ -26,7 +26,7 @@ pipeline {
}
post {
always {
archiveArtifacts artifacts: 'docs.tgz' onlyIfSuccessful: true
archiveArtifacts artifacts: 'docs.tgz', onlyIfSuccessful: true
}
}
}