Troubleshoot Jenkins release

This commit is contained in:
Larry Snizek
2019-08-23 16:36:14 +01:00
parent 43eb63e271
commit a135b674f7
2 changed files with 15 additions and 12 deletions

3
Jenkinsfile vendored
View File

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