We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c3a7f commit 2cd6a61Copy full SHA for 2cd6a61
1 file changed
testHeadlessComponents.jenkinsfile
@@ -63,8 +63,6 @@ properties([
63
// Add a job-level Poll SCM trigger (Koji will be the polled SCM via checkout below)
64
pipelineTriggers([
65
pollSCM('H/5 * * * *') // poll every ~5 minutes; adjust to taste
66
- string(name: 'REPORTING_JVM', defaultValue: 'REDHAT_JDK_17',
67
- description: 'The JVM value to report to cognitive')
68
])
69
70
0 commit comments