From 36b1448f50662e57caeee967f0c1aa05f6863388 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 26 Nov 2025 20:23:18 +0100 Subject: [PATCH] add step to push to gitea --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 57f997b..0705c53 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -111,7 +111,8 @@ pipeline { git checkout master git remote add master https://gitea.confdroid.com/confdroid/puppet_cd.git git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \ - push origin HEAD:master --tags + push origin HEAD:master --tags \ + push origin HEAD:master ''' } }