Test triggering of new webhook for Jenkins Multibranch setup

This commit is contained in:
Dillon Ngo
2023-11-26 21:34:51 +08:00
parent 4d4c02ef1d
commit f42a87f9d3
Vendored
+1 -1
View File
@@ -20,7 +20,7 @@ pipeline {
stage('Download source code from Git') {
steps {
git(
url: payload.project.http_url,
url: 'https://gitlab.com/CIEFWorldwideSdnBhd/vapor-laravel-explore.git',
credentialsId: 'gitlab-jenkins-localhost',
branch: 'vapor/production'
)