01-maven-example.groovy edited online with Bitbucket

Changed repo url
This commit is contained in:
Guillem Hernandez
2018-05-15 19:00:55 +00:00
parent 408b5b33c4
commit da2e778bd2

View File

@@ -7,7 +7,7 @@ pipeline {
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { 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') { stage('Build') {