wuheng 2 vuotta sitten
vanhempi
commit
93263938f9
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      Jenkinsfile

+ 3 - 3
Jenkinsfile

@@ -1,9 +1,9 @@
 pipeline {
     agent any
+    environment {
+        BRANCH_NAME="${env.BRANCH_NAME}".toLowerCase()
+    }
     stages {
-        environment {
-            BRANCH_NAME="${env.BRANCH_NAME}".toLowerCase()
-        }
         stage('pullCode'){
             steps{
                 echo 'This is a pullCode step'