FabioFratini 10 tháng trước cách đây
mục cha
commit
71fc87a524
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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 {