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 {
|
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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user