From da2e778bd26fbd1e4afb21761a6d8b476373041b Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Date: Tue, 15 May 2018 19:00:55 +0000 Subject: [PATCH] 01-maven-example.groovy edited online with Bitbucket Changed repo url --- 01-maven-example.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {