We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f26768 commit aa030e3Copy full SHA for aa030e3
1 file changed
.jenkins/Jenkinsfile
@@ -26,6 +26,7 @@ pipeline {
26
timestamps()
27
skipDefaultCheckout()
28
disableConcurrentBuilds()
29
+ disableRestartFromStage()
30
parallelsAlwaysFailFast()
31
buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '30', numToKeepStr: '')
32
}
0 commit comments