Jenkinsfile updated.
This commit is contained in:
parent
b6207c199a
commit
3f76c5e3b8
|
@ -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: 'access_for_jenkins'
|
||||
git url: 'http://10.1.1.1:3000/Rhinemann/sys-prog-coursework-lab-4.git'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue