瀏覽代碼

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',