Skip to content

Commit

Permalink
Remove extra ? in fips suffix
Browse files Browse the repository at this point in the history
- Remove extra ? in fips suffix

Signed-off-by: LongyuZhang <[email protected]>
  • Loading branch information
LongyuZhang committed Jul 9, 2024
1 parent d58a563 commit d3c3a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ class Build {
def jobParams = getAQATestJobParams(testType)

def testFlag = ''
if (fipsTestBuildSuffix?.trim()) {
if (fipsTestBuildSuffix.trim()) {
jobParams.put('TEST_JOB_NAME', "${jobParams.TEST_JOB_NAME}_${fipsTestBuildSuffix}")
testFlag = fipsTestBuildSuffix.replace("fips", "FIPS")
}
Expand Down

0 comments on commit d3c3a73

Please sign in to comment.