From f654e777dd7370ebecaa5f7887e9bbe666c00cad Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 2 Feb 2026 23:45:21 +0100 Subject: [PATCH] OP#407 initial commit with reset --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ffa4bab..e7583e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -117,9 +117,11 @@ pipeline { git remote add master https://gitea.confdroid.com/confdroid/confdroid_nagios.git git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \ push master --mirror - ''' + ''' + } } } } } -} \ No newline at end of file +} +