From 4c70cfd7848a716878e5d39110aa00d7cc3cfbfa Mon Sep 17 00:00:00 2001 From: David Prevot Date: Wed, 28 Sep 2022 12:05:31 +0200 Subject: [PATCH] CI: fix syntax --- .Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) 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 {