We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c12fc1 commit 0a519b2Copy full SHA for 0a519b2
.cci.jenkinsfile
@@ -1,5 +1,10 @@
1
// Documentation: https://github.com/coreos/coreos-ci/blob/master/README-upstream-ci.md
2
3
+properties([
4
+ // abort previous runs when a PR is updated to save resources
5
+ disableConcurrentBuilds(abortPrevious: true)
6
+])
7
+
8
node {
9
checkout scm
10
0 commit comments