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 {
stage('Release') {
when {
/*when {
expression {
isReleaseBranchOfOrganisation('xmos')
}
}
}*/
steps {
sh 'mkdir ${REPO}/empty'
sh "mkdir ${REPO}/empty"
xcoreReleaseToGithub("${WORKSPACE}/${REPO}","${WORKSPACE}/${REPO}/empty")
}
}