Skip to content

Commit

Permalink
Update scm_demo
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech authored Nov 1, 2018
1 parent 11c03ce commit 97496c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scm_demo
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
node {
checkout scm
/* .. snip .. */
stage('Deploy') {
when { tag "release-*" }
steps {
echo 'Deploying only because this commit is tagged...'
sh 'make deploy'
}
}
}

0 comments on commit 97496c9

Please sign in to comment.