FabioFratini il y a 10 mois
Parent
commit
71fc87a524
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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 {