Auto update 2025-04-27 09:10:00

This commit is contained in:
root 2025-04-27 09:10:00 +07:00
parent 9922af522f
commit 9e4b01d0ad

4
Jenkinsfile vendored
View File

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