diff --git a/Jenkinsfile b/Jenkinsfile index e6313e6..2ebe8b8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,6 +55,9 @@ pipeline { } stage ('Deploy Docs') { + options { + timeout(time: 15, unit: "MINUTES") + } steps { script { docker.withRegistry('', 'hub.docker.com-springbuildmaster') { @@ -75,6 +78,9 @@ pipeline { } stage ('Deploy Artifacts') { + options { + timeout(time: 15, unit: "MINUTES") + } steps { script { docker.withRegistry('', 'hub.docker.com-springbuildmaster') {