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' )