mirror of https://github.com/KLayout/klayout.git
Added Jenkinsfile to publish sources
This commit is contained in:
parent
56a359741a
commit
5b73d1d796
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
@Library("osconfig") _
|
||||
|
||||
node("master") {
|
||||
publish_sources(BRANCH_NAME)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue