mirror of https://github.com/KLayout/klayout.git
Adjusting Jenkinsfiles to Linux cluster
This commit is contained in:
parent
82f9a7543d
commit
3ac791234a
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
properties([disableConcurrentBuilds()])
|
||||
|
||||
node("master") {
|
||||
node("linux") {
|
||||
|
||||
stage("Checkout sources") {
|
||||
checkout scm
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
properties([disableConcurrentBuilds()])
|
||||
|
||||
node("master") {
|
||||
node("linux") {
|
||||
|
||||
stage("Checkout sources") {
|
||||
checkout scm
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ currentBuild.description = "PyPI deployment " + platform
|
|||
docker_image = "jenkins-manylinux2014_x86_64-pypi"
|
||||
target = platform + ".whl"
|
||||
|
||||
node("master") {
|
||||
node("linux") {
|
||||
|
||||
stage("Checkout sources") {
|
||||
checkout scm
|
||||
|
|
|
|||
Loading…
Reference in New Issue