Merge pull request #3256 from eugenp/BAEL-720

change repo name
This commit is contained in:
Loredana Crusoveanu
2017-12-16 18:07:55 +02:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
node {
stage 'Clone the project'
git 'https://github.com/dassiorleando/tutorials.git'
git 'https://github.com/eugenp/tutorials.git'
dir('spring-jenkins-pipeline') {
stage("Compilation and Analysis") {