Gitea check try 2

This commit is contained in:
2026-01-08 20:01:27 +01:00
parent b44bdc5249
commit be0a8168db

8
Jenkinsfile vendored
View File

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