diff --git a/Jenkinsfile b/Jenkinsfile index bb2efba..38e6481 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -112,7 +112,7 @@ pipeline { git branch -D jenkins-build-$BUILD_NUMBER git rm -f Jenkinsfile git commit --amend --no-edit --allow-empty - git remote add master https://gitea.confdroid.com/confdroid/prometheus_cd.git + git remote add master https://gitea.confdroid.com/confdroid/confdroid-prometheus.git git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \ push master --mirror '''