Vadim Surkov 7 éve
szülő
commit
38e971baf0
1 módosított fájl, 11 hozzáadás és 0 törlés
  1. 11 0
      Jenkinsfile

+ 11 - 0
Jenkinsfile

@@ -20,6 +20,17 @@ pipeline {
         echo "Scaling $service by $scale"
         sh 'pwd'
       }
+      post {
+        always {
+          echo "Step always"
+        }
+        changed {
+          echo "Step change"
+        }
+        failure {
+          echo "Step failure"
+        }
+      }
     }
   }
   post {