diff --git a/Jenkinsfile b/Jenkinsfile index 4cf9e0a..57a3dcc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { } } } - stage('Push to docker repository') { + stage('Push') { when { branch 'testing' } options { timeout(time: 5, unit: 'MINUTES') } steps {