Auto update 2025-04-27 09:10:00
This commit is contained in:
parent
9922af522f
commit
9e4b01d0ad
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -10,7 +10,9 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
steps {
|
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') {
|
stage('Build Docker Image') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user