Changed Gromenaware repository

This commit is contained in:
Guillem Hernandez Sola
2020-10-15 13:00:05 +02:00
parent 74e64fe285
commit 4276f21907

View File

@@ -6,7 +6,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') {