FabioFratini hai 10 meses
pai
achega
71fc87a524
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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') {
         stage('Deploy to Server') {
             when {
             when {
                 anyOf {
                 anyOf {