Try to get Gitea check

This commit is contained in:
2026-01-08 19:52:50 +01:00
parent 163f8dffd9
commit b44bdc5249

4
Jenkinsfile vendored
View File

@@ -36,6 +36,10 @@ pipeline {
post {
always {
giteaStatus(
context: 'Jenkins CI',
status: currentBuild.currentResult // success or failure
)
echo "Clean unused image..."
sh "docker image prune -f"
}