forked from PAWPAW-Mirror/lib_xua
Troubleshoot Jenkins release
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -90,10 +90,12 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
label 'x86_64&&brew'
|
label 'x86_64&&brew'
|
||||||
}
|
}
|
||||||
|
stages {
|
||||||
|
stage('Get view') {
|
||||||
steps {
|
steps {
|
||||||
xcorePrepareSandbox("${VIEW}", "${REPO}")
|
xcorePrepareSandbox("${VIEW}", "${REPO}")
|
||||||
}
|
}
|
||||||
stages {
|
}
|
||||||
stage('Release') {
|
stage('Release') {
|
||||||
/*when {
|
/*when {
|
||||||
expression {
|
expression {
|
||||||
|
|||||||
Reference in New Issue
Block a user