Update jenkins labels

This commit is contained in:
kieran-kohtz
2022-03-09 13:48:59 +00:00
parent 2ba4c37363
commit c09e515455

4
Jenkinsfile vendored
View File

@@ -14,7 +14,7 @@ pipeline {
stages { stages {
stage('Basic tests') { stage('Basic tests') {
agent { agent {
label 'x86_64' label 'x86_64 && linux'
} }
stages { stages {
stage('Get view') { stage('Get view') {
@@ -183,7 +183,7 @@ pipeline {
} }
stage('Update') { stage('Update') {
agent { agent {
label 'x86_64' label 'x86_64 && linux'
} }
steps { steps {
updateViewfiles() updateViewfiles()