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