diff --git a/01-maven-example.groovy b/01-maven-example.groovy index e046831..6881de5 100644 --- a/01-maven-example.groovy +++ b/01-maven-example.groovy @@ -7,7 +7,7 @@ pipeline { stages { stage('Checkout') { steps { - git url: 'git@github.com:Gromenaware/corball-test-automation-demo.git' + git url: 'https://github.com/Gromenaware/corball-test-automation-demo.git' } } stage('Build') {