Skip to content

Commit

Permalink
NOTICK: build changes for vendor name (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanbrowne authored Jan 20, 2022
1 parent 5c613ee commit d257d0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ boolean isEntReleaseBranch = (env.BRANCH_NAME =~ /^release\/ent\/.*/)
boolean isOSReleaseTag = (env.BRANCH_NAME =~ /^release-OS-\/.*/)
boolean isENTReleaseTag = (env.TAG_NAME =~ /^release-ENT-.*/)

def buildEdition = (isOSReleaseTag) ? "Corda Community Edition" : "Corda Open Source"

String artifactoryBuildName = "Corda-Shell"

// Artifactory build info links
Expand Down Expand Up @@ -69,6 +71,7 @@ pipeline {
environment {
ARTIFACTORY_BUILD_NAME = "${artifactoryBuildName}"
MAVEN_LOCAL_PUBLISH = "${env.WORKSPACE}/${mavenLocal}"
CORDA_BUILD_EDITION = "${buildEdition}"
}

stages {
Expand Down

0 comments on commit d257d0b

Please sign in to comment.