Skip to content

Commit

Permalink
Using global DSL like
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed May 3, 2017
1 parent b5de304 commit a4c8fc0
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
Expand Up @@ -20,7 +20,7 @@ pipeline {
}
stage('Test lib'){
steps {
i2.caution('first-pass')
caution('first-pass')
}
}
}
Expand Down

0 comments on commit a4c8fc0

Please sign in to comment.