Pārlūkot izejas kodu

Technically we don't need this

nossr50 1 dienu atpakaļ
vecāks
revīzija
283c6d9771
1 mainītis faili ar 0 papildinājumiem un 5 dzēšanām
  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',