Removed Brew Labels

This commit is contained in:
kieran-kohtz
2022-03-08 16:15:01 +00:00
parent 2f298f84e5
commit 99e61b0cd9

8
Jenkinsfile vendored
View File

@@ -14,7 +14,7 @@ pipeline {
stages {
stage('Basic tests') {
agent {
label 'x86_64&&brew'
label 'x86_64'
}
stages {
stage('Get view') {
@@ -113,7 +113,7 @@ pipeline {
parallel {
stage('Build Linux host app') {
agent {
label 'x86_64&&brew&&linux'
label 'x86_64&&linux'
}
steps {
xcorePrepareSandbox("${VIEW}", "${REPO}")
@@ -129,7 +129,7 @@ pipeline {
}
stage('Build Mac host app') {
agent {
label 'x86_64&&brew&&macOS'
label 'x86_64&&macOS'
}
steps {
xcorePrepareSandbox("${VIEW}", "${REPO}")
@@ -183,7 +183,7 @@ pipeline {
}
stage('Update') {
agent {
label 'x86_64&&brew'
label 'x86_64'
}
steps {
updateViewfiles()