OP#407 initial commit with reset

This commit is contained in:
12ww1160
2026-02-02 23:45:21 +01:00
parent e35b61e131
commit f654e777dd

6
Jenkinsfile vendored
View File

@@ -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
'''
'''
}
}
}
}
}
}
}