From f42a87f9d300663638daaf48d16ab08ef09052d0 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Sun, 26 Nov 2023 21:34:51 +0800 Subject: [PATCH] Test triggering of new webhook for Jenkins Multibranch setup --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 015ead7..59f20ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' )