Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jleetutorial authored Oct 26, 2017
1 parent b7fa690 commit 0722e2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ pipeline {
}
}
}
stage ('Deploy to Staging'){
steps {
build job: 'Deploy-to-staging'
}
}
}
}

0 comments on commit 0722e2a

Please sign in to comment.