Jaime Ramírez
2020-06-11 8489b86264b3db9cbd2d1728ce4a3737214bccb1
ci(Jenkinsfile): Reduced timeout for input
1 files modified
2 ■■■ changed files
adopt-a-pup/web-app/Jenkinsfile 2 ●●● patch | view | raw | blame | history
adopt-a-pup/web-app/Jenkinsfile
@@ -72,7 +72,7 @@
                script {
                    env.DEPLOY = true
                    try {
                        timeout(time: 5, unit: 'MINUTES') {
                        timeout(time: 2, unit: 'MINUTES') {
                            input "Build and push image to quay?"
                        }
                    // By catching the timeout exception, we prevent the pipeline from failing