Test Jenkins release on a pull request

This commit is contained in:
Larry Snizek
2019-08-23 15:56:34 +01:00
parent 235b06f00a
commit 43eb63e271

6
Jenkinsfile vendored
View File

@@ -92,13 +92,13 @@ pipeline {
} }
stages { stages {
stage('Release') { stage('Release') {
when { /*when {
expression { expression {
isReleaseBranchOfOrganisation('xmos') isReleaseBranchOfOrganisation('xmos')
} }
} }*/
steps { steps {
sh 'mkdir ${REPO}/empty' sh "mkdir ${REPO}/empty"
xcoreReleaseToGithub("${WORKSPACE}/${REPO}","${WORKSPACE}/${REPO}/empty") xcoreReleaseToGithub("${WORKSPACE}/${REPO}","${WORKSPACE}/${REPO}/empty")
} }
} }