Skip to content

Commit 5e84bbc

Browse files
committed
Merge branch 'main' of github.com:thm219/getting-started-app
2 parents 3eac736 + f3c1b5b commit 5e84bbc

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
@@ -39,6 +39,12 @@ pipeline {
3939
}
4040
}
4141

42+
stage('webhook-tigger-test') {
43+
steps {
44+
echo "Successfully webhook-tigger-testing ..."
45+
}
46+
}
47+
4248
}
4349

4450
post {

0 commit comments

Comments
 (0)