Skip to content

Commit

Permalink
Merge pull request #62 from struga0258/staging
Browse files Browse the repository at this point in the history
remove rc build
  • Loading branch information
1000TurquoisePogs authored May 17, 2021
2 parents fefacea + 4e328c4 commit a7ab8e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 232 deletions.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ node(JENKINS_NODE) {
zluxbuildpr = env.BRANCH_NAME
if (zluxbuildpr.startsWith("PR-")){
pullRequests['zlux-build'] = getPullRequest(GITHUB_TOKEN, 'zlux-build', zluxbuildpr.drop(3))
} else if (params.'BUILD_DEFAULT'){
}else if (env.BRANCH_NAME.toLowerCase() == 'rc') {
currentBuild.result = 'ABORTED'
} else if (params.'BUILD_DEFAULT'){
DEFAULT_BRANCH = params.'REPO_NAME'
echo "building ${DEFAULT_BRANCH}"
} else {
Expand Down
231 changes: 0 additions & 231 deletions Jenkinsfile.release

This file was deleted.

0 comments on commit a7ab8e0

Please sign in to comment.