diff --git a/Jenkinsfile b/Jenkinsfile index 1c35973..45479fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -115,7 +115,7 @@ pipeline { git rm -f Jenkinsfile git rm -r --cached .vscode || echo "No .vscode to remove from git" git commit --amend --no-edit --allow-empty - git remote add master https://gitea.confdroid.com/confdroid/confdroid_puppet.git + git remote add master https://sourcecode.confdroid.com/confdroid/confdroid_puppet.git git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \ push master --mirror '''