Skip to content

Commit

Permalink
Failure details (#4145)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo committed Nov 14, 2022
1 parent b8c7547 commit 1cf5dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def setupEnv() {
env.OCP_SERVER = params.OCP_SERVER ? params.OCP_SERVER : ''
env.OCP_TOKEN = params.OCP_TOKEN ? params.OCP_TOKEN : ''

if (env.BUILD_LIST == 'openjdk' || env.BUILD_LIST.contains('external')) {
if (env.BUILD_LIST.contains('external')) {
env.DIAGNOSTICLEVEL ='noDetails'
}

Expand Down

0 comments on commit 1cf5dce

Please sign in to comment.