Moved input step to the right place..

This commit is contained in:
Christopher Jones 2017-09-01 13:35:24 -05:00
parent 66c9b32646
commit 4ee9ced1a9

2
Jenkinsfile vendored
View file

@ -13,8 +13,8 @@ pipeline {
agent any
steps {
sh "mvn clean package"
input 'Sally forth?'
}
input 'Sally forth?'
}
}
}