From 4d0c2033a664c7e263d5812b40afd77980e83076 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 1 Sep 2021 12:34:03 +0000 Subject: [PATCH] updateing the test jenkinsfiles --- jenkins-pipeline/Jenkinsfile.001 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jenkins-pipeline/Jenkinsfile.001 b/jenkins-pipeline/Jenkinsfile.001 index df1efbc..89ec671 100644 --- a/jenkins-pipeline/Jenkinsfile.001 +++ b/jenkins-pipeline/Jenkinsfile.001 @@ -3,8 +3,9 @@ pipeline { agent none environment { - SVN_URL = 'https://code.miflux.com/svn/hio/trunk/hio' + THIS_SVN_URL = 'https://code.miflux.com/svn/hio/trunk/hio' } + stages { stage('Multi-Builld') { @@ -55,7 +56,7 @@ pipeline { depthOption: 'infinity', ignoreExternalsOption: true, //local: 'local-dir', - remote: "${SVN_URL}"]], + remote: "${THIS_SVN_URL}"]], workspaceUpdater: [$class: 'UpdateUpdater']]) } }