mirror of https://github.com/KLayout/klayout.git
Fixed Jenkinsfile-publish-sources
This commit is contained in:
parent
5b73d1d796
commit
03cba76535
|
|
@ -2,6 +2,14 @@
|
|||
@Library("osconfig") _
|
||||
|
||||
node("master") {
|
||||
publish_sources(BRANCH_NAME)
|
||||
|
||||
stage("Checkout sources") {
|
||||
checkout scm
|
||||
}
|
||||
|
||||
stage("Publish sources") {
|
||||
publish_sources(BRANCH_NAME)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue