forked from PAWPAW-Mirror/lib_xua
Test Jenkins release on a pull request
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user