diff --git a/Jenkinsfile b/Jenkinsfile index 5e88ac1..bd328d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,9 @@ pipeline { stages { stage('Checkout') { steps { - git url: 'http://git.rri.co.id/admin/ci3-app.git' + git branch: 'main', + credentialsId: '1138e92b-d38f-4578-9058-82fc7b6f734b', + url: 'https://git.rri.co.id/admin/ci3-app.git' } } stage('Build Docker Image') {