Compare commits

..

No commits in common. "f52a9ef4dfd3db4738a6cbcc3ee9e666ce7eb585" and "0ed00e73efda5ed36a6340ce0dd901c1d7c31138" have entirely different histories.

4
Jenkinsfile vendored
View File

@ -10,9 +10,7 @@ pipeline {
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {
git branch: 'main', git url: 'https://git.rri.co.id/admin/ci3-app.git'
credentialsId: '1138e92b-d38f-4578-9058-82fc7b6f734b',
url: 'https://git.rri.co.id/admin/ci3-app.git'
} }
} }
stage('Build Docker Image') { stage('Build Docker Image') {