mirror of
https://github.com/linuxserver/docker-github-desktop.git
synced 2026-01-17 10:41:42 +08:00
Bot Updating Templated Files
This commit is contained in:
parent
2bebc47c92
commit
dc68514a36
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -73,7 +73,9 @@ pipeline {
|
||||
fi
|
||||
done
|
||||
fi
|
||||
docker system prune -f --volumes || : '''
|
||||
docker system prune -f --volumes || :
|
||||
docker image prune -af || :
|
||||
'''
|
||||
script{
|
||||
env.EXIT_STATUS = ''
|
||||
env.LS_RELEASE = sh(
|
||||
@ -761,7 +763,8 @@ pipeline {
|
||||
if [[ -n "${containers}" ]]; then
|
||||
docker stop ${containers}
|
||||
fi
|
||||
docker system prune -af --volumes || :
|
||||
docker system prune -f --volumes || :
|
||||
docker image prune -af || :
|
||||
'''
|
||||
}
|
||||
}
|
||||
@ -1187,6 +1190,7 @@ EOF
|
||||
done
|
||||
fi
|
||||
docker system prune -f --volumes || :
|
||||
docker image prune -af || :
|
||||
'''
|
||||
cleanWs()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user