Added input step for experimentation.

This commit is contained in:
Christopher Jones 2017-09-01 13:33:57 -05:00
parent 0a6f8f7be1
commit 66c9b32646

1
Jenkinsfile vendored
View file

@ -14,6 +14,7 @@ pipeline {
steps { steps {
sh "mvn clean package" sh "mvn clean package"
} }
input 'Sally forth?'
} }
} }
} }