summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index e846baf..054f315 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -2,7 +2,7 @@ def REPO = 'ssh://gerrit1.techsat.local:29418/external/Qt'
stage('Build') {
parallel linux: {
- node('linux') {
+ node('bslpv02-centos6-64') {
deleteDir()
checkout([$class: 'GitSCM',
branches: [[name: 'features/newbuild']],
@@ -19,7 +19,7 @@ stage('Build') {
}
},
windows: {
- node('windows') {
+ node('bslp05-win10-64') {
deleteDir()
checkout([$class: 'GitSCM',
branches: [[name: 'features/newbuild']],