FabioFratini 10 mesiacov pred
rodič
commit
71fc87a524
1 zmenil súbory, kde vykonal 7 pridanie a 0 odobranie
  1. 7 0
      Jenkinsfile

+ 7 - 0
Jenkinsfile

@@ -77,6 +77,13 @@ pipeline {
             }
         }
 
+        stage('Debug') {
+            steps {
+                sh 'git branch --show-current'
+                sh 'git rev-parse --abbrev-ref HEAD'
+            }
+        }
+
         stage('Deploy to Server') {
             when {
                 anyOf {