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 {
stage('Basic tests') {
agent {
label 'x86_64'
label 'x86_64 && linux'
}
stages {
stage('Get view') {
@@ -183,7 +183,7 @@ pipeline {
}
stage('Update') {
agent {
label 'x86_64'
label 'x86_64 && linux'
}
steps {
updateViewfiles()