mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-12 18:10:18 +00:00
Jenkins scripted multibranch pipeline
This commit is contained in:
parent
f721d5be1a
commit
d8ff9e5dac
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -45,6 +45,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Cleanup') {
|
stage('Cleanup') {
|
||||||
steps {
|
steps {
|
||||||
|
echo "Cleanup"
|
||||||
/* The default is to reuse the local images for future builds. The reason
|
/* The default is to reuse the local images for future builds. The reason
|
||||||
for this is quite simple! It´s much easier to prune local images from
|
for this is quite simple! It´s much easier to prune local images from
|
||||||
disk than pushed images from the (cheap) docker registry! */
|
disk than pushed images from the (cheap) docker registry! */
|
||||||
|
|||||||
@ -45,6 +45,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Cleanup') {
|
stage('Cleanup') {
|
||||||
steps {
|
steps {
|
||||||
|
echo "Cleanup"
|
||||||
/* The default is to reuse the local images for future builds. The reason
|
/* The default is to reuse the local images for future builds. The reason
|
||||||
for this is quite simple! It´s much easier to prune local images from
|
for this is quite simple! It´s much easier to prune local images from
|
||||||
disk than pushed images from the (cheap) docker registry! */
|
disk than pushed images from the (cheap) docker registry! */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user