You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: jenkins/opensearch-dashboards/distribution-build.jenkinsfile
+20-32
Original file line number
Diff line number
Diff line change
@@ -44,25 +44,25 @@ pipeline {
44
44
)
45
45
string(
46
46
name: 'INTEG_TEST_JOB_NAME',
47
-
description: "Name of integration test job that will be triggered, e.g. Playground/integ-test-opensearch-dashboards. A non-null empty value here will skip integration tests.",
48
-
defaultValue: "integ-test-opensearch-dashboards",
47
+
description: 'Name of integration test job that will be triggered, e.g. Playground/integ-test-opensearch-dashboards. A non-null empty value here will skip integration tests.',
48
+
defaultValue: 'integ-test-opensearch-dashboards',
49
49
trim: true
50
50
)
51
51
string(
52
52
name: 'BWC_TEST_JOB_NAME',
53
-
description: "Name of backwards compatibility test job that will be triggered, e.g. Playground/bwc-test-opensearch-dashboards. A non-null empty value here will skip BWC tests.",
54
-
defaultValue: "bwc-test-opensearch-dashboards",
53
+
description: 'Name of backwards compatibility test job that will be triggered, e.g. Playground/bwc-test-opensearch-dashboards. A non-null empty value here will skip BWC tests.',
54
+
defaultValue: 'bwc-test-opensearch-dashboards',
55
55
trim: true
56
56
)
57
57
string( // Note: need to update 'verify-parameters' entries if you add new platform(s)
58
58
name: 'BUILD_PLATFORM',
59
-
description: "Build selected platform related artifacts, choices include 'linux windows'. Can combine multiple platforms with space in between (docker is only available on linux)",
59
+
description: 'Build selected platform related artifacts, choices include linux windows. Can combine multiple platforms with space in between (docker is only available on linux)',
60
60
defaultValue: 'linux windows',
61
61
trim: true
62
62
)
63
63
string( // Note: need to update 'verify-parameters' entries if you add new distribution(s)
64
64
name: 'BUILD_DISTRIBUTION',
65
-
description: "Build selected distribution related artifacts, choices include 'tar', 'rpm', 'deb', 'zip'. Can combine multiple distributions with space in between (docker is only available on tar)",
65
+
description: 'Build selected distribution related artifacts, choices include tar, rpm, deb, zip. Can combine multiple distributions with space in between (docker is only available on tar)',
0 commit comments