Vadim Surkov há 7 anos atrás
pai
commit
38e971baf0
1 ficheiros alterados com 11 adições e 0 exclusões
  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 {