Jenkins scripted multibranch pipeline

This commit is contained in:
Dominik Chilla 2019-06-15 00:03:25 +02:00
parent f721d5be1a
commit d8ff9e5dac
2 changed files with 2 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -45,6 +45,7 @@ pipeline {
}
stage('Cleanup') {
steps {
echo "Cleanup"
/* 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
disk than pushed images from the (cheap) docker registry! */

View File

@ -45,6 +45,7 @@ pipeline {
}
stage('Cleanup') {
steps {
echo "Cleanup"
/* 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
disk than pushed images from the (cheap) docker registry! */