Fix syntax error
This commit is contained in:
parent
50a6523d49
commit
0c2839ea5c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -26,7 +26,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'docs.tgz' onlyIfSuccessful: true
|
||||
archiveArtifacts artifacts: 'docs.tgz', onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue