Skip to content

Commit ae04fd2

Browse files
authored
sra
1 parent 3796784 commit ae04fd2

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,4 @@ pipeline {
1515

1616
}
1717
}
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-
}
18+

0 commit comments

Comments
 (0)