Compare commits

...

2 Commits

Author SHA1 Message Date
root
f52a9ef4df Fix merge conflict Jenkinsfile 2025-04-27 09:13:24 +07:00
root
9e4b01d0ad Auto update 2025-04-27 09:10:00 2025-04-27 09:10:00 +07:00

4
Jenkinsfile vendored
View File

@ -10,7 +10,9 @@ pipeline {
stages {
stage('Checkout') {
steps {
git url: 'https://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') {