Переглянути джерело

Technically we don't need this

nossr50 1 день тому
батько
коміт
283c6d9771
1 змінених файлів з 0 додано та 5 видалено
  1. 0 5
      Jenkinsfile

+ 0 - 5
Jenkinsfile

@@ -26,11 +26,6 @@ pipeline {
 		}
 
 		stage('Deploy to Nexus') {
-            when {
-                expression {
-                    return sh(script: 'git rev-parse --abbrev-ref HEAD', returnStdout: true).trim() == 'master'
-                }
-            }
 			steps {
 				withCredentials([usernamePassword(
 					credentialsId: 'nexus-deployer',