Troubleshoot Jenkins release

This commit is contained in:
Larry Snizek
2019-08-23 16:38:53 +01:00
parent a135b674f7
commit 58713733a2

8
Jenkinsfile vendored
View File

@@ -90,10 +90,12 @@ pipeline {
agent {
label 'x86_64&&brew'
}
steps {
xcorePrepareSandbox("${VIEW}", "${REPO}")
}
stages {
stage('Get view') {
steps {
xcorePrepareSandbox("${VIEW}", "${REPO}")
}
}
stage('Release') {
/*when {
expression {