Skip to content

Commit 190cc9b

Browse files
authored
Update Jenkinsfile
1 parent cc01694 commit 190cc9b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: Jenkinsfile

+6-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ pipeline {
3939
}
4040
post {
4141
success {
42-
42+
echo 'Build ran succcessfully'
43+
}
44+
45+
failure {
46+
echo 'Build failed'
4347
}
4448
}
45-
}
49+
}

0 commit comments

Comments
 (0)