Skip to content

Commit

Permalink
Add next stage to check are variables from other stages are available
Browse files Browse the repository at this point in the history
  • Loading branch information
lgogolin committed Aug 18, 2017
1 parent bb990f8 commit f82c25f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ pipeline {
}
}
}
stage('Deploy') {
steps {
sh 'env'
println git_log
}
}
}
}

0 comments on commit f82c25f

Please sign in to comment.