01-maven-example.groovy edited online with Bitbucket
Changed repo url
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user