Skip to content

Commit e45ee4a

Browse files
committed
[NO-JIRA] Disable deploy stage by default
1 parent 5b2cc03 commit e45ee4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pipeline {
4444
parameters {
4545
choice(name: 'nodeLabel', choices: ['ubuntu', 's390x', 'arm', 'Windows'])
4646
choice(name: 'jdkVersion', choices: ['jdk_17_latest', 'jdk_21_latest', 'jdk_22_latest', 'jdk_17_latest_windows', 'jdk_21_latest_windows', 'jdk_22_latest_windows'])
47-
booleanParam(name: 'deployEnabled', defaultValue: true)
47+
booleanParam(name: 'deployEnabled', defaultValue: false)
4848
booleanParam(name: 'sonarEnabled', defaultValue: false)
4949
booleanParam(name: 'testsEnabled', defaultValue: true)
5050
}

0 commit comments

Comments
 (0)