summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-01-14 22:00:05 +0100
committerChristian Poessinger <christian@poessinger.com>2019-01-14 22:00:05 +0100
commit2003c0c276f66d9761180dd42ef37102a3634349 (patch)
treea5d524105a740f43d0dc9b9d3a598ea855d19d72 /Jenkinsfile
parentdb9b292a980518ce535479b98e233c2da3e014be (diff)
downloadvyos-build-2003c0c276f66d9761180dd42ef37102a3634349.tar.gz
vyos-build-2003c0c276f66d9761180dd42ef37102a3634349.zip
Jenkins: move post always to post cleanup section
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 32ddcd65..b5210544 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -53,7 +53,7 @@ pipeline {
}
post {
- always {
+ cleanup {
echo 'One way or another, I have finished'
// the 'build' directory got elevated permissions during the build
// cdjust permissions so it can be cleaned up by the regular user