summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-01-13 11:16:27 +0100
committerChristian Poessinger <christian@poessinger.com>2019-01-13 21:49:28 +0100
commitf212e76a3b17ac792653f5639ac7ab62576ac433 (patch)
tree13e261ae66b7fe9238416437118d88131862f606 /Jenkinsfile
parent805ad7318a016b35d15f5ceba7f310568edc24db (diff)
downloadvyos-build-f212e76a3b17ac792653f5639ac7ab62576ac433.tar.gz
vyos-build-f212e76a3b17ac792653f5639ac7ab62576ac433.zip
Docker: frr-deps: add librtr and libyang
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile9
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 */
}
}