Skip to content

Commit

Permalink
Merge pull request #4736 from AdamBrousseau/initialize_test_flag
Browse files Browse the repository at this point in the history
Initialize TEST_FLAG to blank
  • Loading branch information
DanHeidinga authored Feb 14, 2019
2 parents 3993c81 + 33c6723 commit 35c44ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/common/pipeline-functions
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def workflow(SDK_VERSION, SPEC, SHAS, OPENJDK_REPO, OPENJDK_BRANCH, OPENJ9_REPO,
echo "Using ARTIFACTORY_SERVER:'${ARTIFACTORY_SERVER}'"
}
for (name in TARGET_NAMES) {
def TEST_FLAG
def TEST_FLAG = ''
if (name.contains('+jitaas')) {
name -= '+jitaas'
TEST_FLAG = 'JITAAS'
Expand Down

0 comments on commit 35c44ea

Please sign in to comment.