forked from PAWPAW-Mirror/lib_xua
Merge pull request #249 from kieran-kohtz/feature/jenkinsversion
Update Jenkins Shared Library Version
This commit is contained in:
7
Brewfile
7
Brewfile
@@ -1,7 +0,0 @@
|
|||||||
tap 'homebrew/core'
|
|
||||||
|
|
||||||
brew 'perl'
|
|
||||||
brew 'cpanm'
|
|
||||||
|
|
||||||
brew 'python@2'
|
|
||||||
brew 'pipenv'
|
|
||||||
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -14,7 +14,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Basic tests') {
|
stage('Basic tests') {
|
||||||
agent {
|
agent {
|
||||||
label 'x86_64&&brew'
|
label 'x86_64 && linux'
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Get view') {
|
stage('Get view') {
|
||||||
@@ -113,7 +113,7 @@ pipeline {
|
|||||||
parallel {
|
parallel {
|
||||||
stage('Build Linux host app') {
|
stage('Build Linux host app') {
|
||||||
agent {
|
agent {
|
||||||
label 'x86_64&&brew&&linux'
|
label 'x86_64&&linux'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
xcorePrepareSandbox("${VIEW}", "${REPO}")
|
xcorePrepareSandbox("${VIEW}", "${REPO}")
|
||||||
@@ -129,7 +129,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Build Mac host app') {
|
stage('Build Mac host app') {
|
||||||
agent {
|
agent {
|
||||||
label 'x86_64&&brew&&macOS'
|
label 'x86_64&&macOS'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
xcorePrepareSandbox("${VIEW}", "${REPO}")
|
xcorePrepareSandbox("${VIEW}", "${REPO}")
|
||||||
@@ -183,7 +183,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Update') {
|
stage('Update') {
|
||||||
agent {
|
agent {
|
||||||
label 'x86_64&&brew'
|
label 'x86_64 && linux'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
updateViewfiles()
|
updateViewfiles()
|
||||||
|
|||||||
Reference in New Issue
Block a user