failing vars/*.groovy
| def call() { | |
| timeout(time: 120, unit: 'SECONDS') { | |
| input "continue with deploy?" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| def call() { | |
| timeout(time: 120, unit: 'SECONDS') { | |
| input "continue with deploy?" | |
| } | |
| } |