Jenkinsfile updated.
This commit is contained in:
parent
cc3e24b654
commit
4a14c120e8
|
@ -4,7 +4,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
git url: 'http://10.1.1.1:3000/Rhinemann/sys-prog-coursework-lab-4.git', credentialsId: 'jenkins'
|
||||
git url: 'http://10.1.1.1:3000/Rhinemann/sys-prog-coursework-lab-4.git', credentialsId: 'jenkins', branch: 'main'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue