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