Skip to content

Commit c3cbc1f

Browse files
committed
add webhook
1 parent ff8b081 commit c3cbc1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ pipeline {
2727
}
2828
}
2929

30+
stage('webhook-tigger-test') {
31+
steps {
32+
echo "Successfully webhook-tigger-testing...."
33+
}
34+
}
35+
3036
}
3137

3238
post {

0 commit comments

Comments
 (0)