diff --git a/pipelines/build/common/openjdk_build_pipeline.groovy b/pipelines/build/common/openjdk_build_pipeline.groovy index 459e0e249..04010a1e6 100644 --- a/pipelines/build/common/openjdk_build_pipeline.groovy +++ b/pipelines/build/common/openjdk_build_pipeline.groovy @@ -2001,7 +2001,7 @@ def buildScriptsAssemble( } throw new Exception("[ERROR] Build archive timeout (${buildTimeouts.BUILD_ARCHIVE_TIMEOUT} HOURS) has been reached. Exiting...") } - // With the exclusion above this is no longer strictly requird + // With the exclusion above this is no longer strictly required if ( !enableSigner ) { // Don't clean if we need the workspace for the later assemble phase postBuildWSclean(cleanWorkspaceAfter, cleanWorkspaceBuildOutputAfter) } @@ -2347,7 +2347,7 @@ def buildScriptsAssemble( enableSigner, envVars ) - if ( enableSigner && internalSigningRequired ) { + if ( enableSigner && internalSigningRequired && buildConfig.JAVA_TO_BUILD != 'jdk8u' ) { buildScriptsEclipseSigner() context.println "openjdk_build_pipeline: running assemble phase (invocation 2)" buildScriptsAssemble( @@ -2367,7 +2367,7 @@ def buildScriptsAssemble( enableSigner, envVars ) - if ( enableSigner && internalSigningRequired ) { + if ( enableSigner && internalSigningRequired && buildConfig.JAVA_TO_BUILD != 'jdk8u' ) { buildScriptsEclipseSigner() context.println "openjdk_build_pipeline: running assemble phase (invocation 3)" buildScriptsAssemble(