@@ -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 {