diff --git a/.Jenkinsfile b/.Jenkinsfile index ad8a92b..d2d3033 100644 --- a/.Jenkinsfile +++ b/.Jenkinsfile @@ -1,5 +1,7 @@ pipeline { agent { label 'equivs' } + + stages { stage('Build Debian (equivs) package(s)') { steps { script { @@ -23,6 +25,7 @@ pipeline { } } } + post { // Clean after build always {