Jenkinsfile updated.
This commit is contained in:
parent
f0c7baeed8
commit
1a7d256113
|
@ -4,6 +4,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
steps {
|
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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue