diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-13 11:16:27 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-13 21:49:28 +0100 |
commit | f212e76a3b17ac792653f5639ac7ab62576ac433 (patch) | |
tree | 13e261ae66b7fe9238416437118d88131862f606 /Jenkinsfile | |
parent | 805ad7318a016b35d15f5ceba7f310568edc24db (diff) | |
download | vyos-build-f212e76a3b17ac792653f5639ac7ab62576ac433.tar.gz vyos-build-f212e76a3b17ac792653f5639ac7ab62576ac433.zip |
Docker: frr-deps: add librtr and libyang
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 5dda60ef..fc08eff2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,20 +50,11 @@ pipeline { ''' } } - stage('Deploy') { - steps { - archiveArtifacts artifacts: 'build/vyos-*-rolling*.iso', fingerprint: true - } - } } post { always { echo 'One way or another, I have finished' - // change build dir file permissions so wen can cleanup as regular - // user (jenkins) afterwards - sh 'sudo chmod -R 777 .' - echo 'No cleanup for now ....' deleteDir() /* cleanup our workspace */ } } |