We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3796784 commit ae04fd2Copy full SHA for ae04fd2
1 file changed
Jenkinsfile
@@ -15,22 +15,4 @@ pipeline {
15
16
}
17
18
- post {
19
- always {
20
- echo 'I have finished and deleting workspace'
21
- deleteDir()
22
- }
23
- success {
24
- echo 'Job succeeeded!'
25
26
- unstable {
27
- echo 'I am unstable :/'
28
29
- failure {
30
- echo 'I failed :('
31
32
- changed {
33
- echo 'Things were different before...'
34
35
36
-}
+
0 commit comments