From afb95788476de5d238f71fc4d3d5fd58582c85ca Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Sat, 16 Dec 2017 17:46:57 +0200 Subject: [PATCH] change repo name --- spring-jenkins-pipeline/scripted-pipeline-unix-nonunix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-jenkins-pipeline/scripted-pipeline-unix-nonunix b/spring-jenkins-pipeline/scripted-pipeline-unix-nonunix index e9cae64d3d..fab940ad3d 100644 --- a/spring-jenkins-pipeline/scripted-pipeline-unix-nonunix +++ b/spring-jenkins-pipeline/scripted-pipeline-unix-nonunix @@ -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") {