Update Jenkinsfile

This commit is contained in:
admin 2025-04-27 01:54:18 +00:00
parent 9922af522f
commit 0ed00e73ef

2
Jenkinsfile vendored
View File

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