Skip to content

Commit 6e8a0ee

Browse files
authored
Update Jenkinsfile
Disable resume after restart in Jenkins. Thats not working with docker runners
1 parent 22cbbb4 commit 6e8a0ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pipeline {
4949
options {
5050
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '14', daysToKeepStr: '14', numToKeepStr: '180'))
5151
disableConcurrentBuilds()
52+
disableResume()
5253
skipDefaultCheckout(true)
5354
}
5455

0 commit comments

Comments
 (0)