FabioFratini 10 mesi fa
parent
commit
71fc87a524
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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 {