Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
darey-io committed Apr 30, 2020
1 parent 3db82d6 commit 234201b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pipeline {
echo 'This will run only if failed'
}
unstable {
echo 'This will run only if the run was marked as unstable'
message 'This will run only if the run was marked as unstable'
}
changed {
echo 'This will run only if the state of the Pipeline has changed'
Expand Down

0 comments on commit 234201b

Please sign in to comment.