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
commit d3053922ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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") {