Try to get Gitea check
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -36,6 +36,10 @@ pipeline {
|
|||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
|
giteaStatus(
|
||||||
|
context: 'Jenkins CI',
|
||||||
|
status: currentBuild.currentResult // success or failure
|
||||||
|
)
|
||||||
echo "Clean unused image..."
|
echo "Clean unused image..."
|
||||||
sh "docker image prune -f"
|
sh "docker image prune -f"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user