diff --git a/Jenkinsfile b/Jenkinsfile index da8d40a..ed45256 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {