Fix jenkinsfile git repository url
This commit is contained in:
parent
34427e75a1
commit
9b52bddf0f
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@ pipeline {
|
|||
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
git branch: 'master',url: https://git.horizonnet.eu/mateusz/java-helloworld.git'
|
||||
git branch: 'master',url: 'https://git.horizonnet.eu/mateusz/java-helloworld.git'
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
|
Loading…
Add table
Reference in a new issue