diff --git a/Jenkinsfile b/Jenkinsfile index 5e88ac1..fb1e7ee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stages { stage('Checkout') { steps { - git url: 'http://git.rri.co.id/admin/ci3-app.git' + git url: 'https://git.rri.co.id/admin/ci3-app.git' } } stage('Build Docker Image') {