Added Jenkinsfile to publish sources

This commit is contained in:
Matthias Koefferlein 2018-06-24 12:17:26 +02:00
parent 56a359741a
commit 5b73d1d796
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
@Library("osconfig") _
node("master") {
publish_sources(BRANCH_NAME)
}