From 9e4b01d0add4779e1b846baad3de287d58730fa0 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 27 Apr 2025 09:10:00 +0700 Subject: [PATCH] Auto update 2025-04-27 09:10:00 --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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') {