Skip to content

Commit

Permalink
pause pipeline so we can debug it
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj authored Jun 9, 2018
1 parent 90bf149 commit 9a183c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ pipeline {
dir ('/home/jenkins/go/src/github.com/jenkins-x/jx/charts/jx') {
container('go') {
sh "helm init --client-only"
input 'ok'
sh "make release"
}
}
Expand Down

0 comments on commit 9a183c3

Please sign in to comment.