Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
feat(ci): add option to disable concurrent builds for this pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
steven.roulleau committed Nov 29, 2018
1 parent 9bb9fd1 commit b15916b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -1,6 +1,6 @@
pipeline {
agent any

options { disableConcurrentBuilds() }
environment {
PROJECTNAME = "myscriptjs ${env.BRANCH_NAME}"
PROJECTHOME = '/tmp/myscriptjs'
Expand Down

0 comments on commit b15916b

Please sign in to comment.