Skip to content

Commit 3ac7912

Browse files
author
Matthias Koefferlein
committed
Adjusting Jenkinsfiles to Linux cluster
1 parent 82f9a75 commit 3ac7912

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Jenkinsfile-publish-doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
properties([disableConcurrentBuilds()])
55

6-
node("master") {
6+
node("linux") {
77

88
stage("Checkout sources") {
99
checkout scm

Jenkinsfile-publish-sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
properties([disableConcurrentBuilds()])
55

6-
node("master") {
6+
node("linux") {
77

88
stage("Checkout sources") {
99
checkout scm

Jenkinsfile-pypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ currentBuild.description = "PyPI deployment " + platform
1414
docker_image = "jenkins-manylinux2014_x86_64-pypi"
1515
target = platform + ".whl"
1616

17-
node("master") {
17+
node("linux") {
1818

1919
stage("Checkout sources") {
2020
checkout scm

0 commit comments

Comments
 (0)