Skip to content

Commit 5b39b95

Browse files
authored
Update 07post-actions
1 parent f139558 commit 5b39b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/pipeline-templates/07post-actions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline {
33
stages {
44
stage('Test') {
55
steps {
6-
sh 'echo "Fail!"; exit 1'
6+
echo 'Test stage'
77
}
88
}
99
}
@@ -21,4 +21,4 @@ pipeline {
2121
echo 'I will only get executed if this is unstable'
2222
}
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)