god i hate docker

This commit is contained in:
2026-03-25 20:08:57 +01:00
parent b31d39d971
commit b9c40596b3

2
Jenkinsfile vendored
View File

@@ -106,7 +106,7 @@ pipeline {
sh 'docker logout ${REGISTRY} || true'
sh 'docker image rm -f ${IMAGE}:${IMAGE_TAG_SHA} || true'
sh 'docker image prune -f || true'
sh 'rm -f semgrep.sarif || true'
// sh 'rm -f semgrep.sarif || true'
}
}
}