Skip to content

Commit

Permalink
Tweaking label
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed May 3, 2017
1 parent 177aec8 commit e1cbb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent label{'docker'}
agent { label 'docker' }

stages {
stage('Build') {
Expand Down

0 comments on commit e1cbb49

Please sign in to comment.