diff --git a/.Jenkinsfile b/.Jenkinsfile index cdf052a..2b954ec 100644 --- a/.Jenkinsfile +++ b/.Jenkinsfile @@ -26,7 +26,7 @@ pipeline { doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: 'source']], submoduleCfg: [], - userRemoteConfigs: [[url: 'https://gitea.evolix.org/evolix/evobackup.git']] + userRemoteConfigs: [[url: 'https://gitea.evolix.org/dprevot/evobackup.git']] ]) echo "scmVars.GIT_COMMIT" env.GIT_COMMIT = scmVars.GIT_COMMIT