forked from PAWPAW-Mirror/lib_xua
Update jenkins labels
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user