diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-14 22:00:05 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-14 22:00:05 +0100 |
commit | 2003c0c276f66d9761180dd42ef37102a3634349 (patch) | |
tree | a5d524105a740f43d0dc9b9d3a598ea855d19d72 /Jenkinsfile | |
parent | db9b292a980518ce535479b98e233c2da3e014be (diff) | |
download | vyos-build-2003c0c276f66d9761180dd42ef37102a3634349.tar.gz vyos-build-2003c0c276f66d9761180dd42ef37102a3634349.zip |
Jenkins: move post always to post cleanup section
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
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 |