Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba72b32

Browse files
committed
Merge branch 'wko-olcne' into 'main'
Added MAVEN_PROFILE_NAME parameter See merge request weblogic-cloud/weblogic-kubernetes-operator!4428
2 parents 52f10dd + 119bd60 commit ba72b32

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

‎Jenkinsfile.ocne‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,19 @@ pipeline {
6666
parameters {
6767

6868
string(name: 'BRANCH',
69-
description: '',
69+
description: 'The branch for weblogic-kubernetes-operator project',
7070
defaultValue: "main"
7171
)
7272

73+
choice(name: 'MAVEN_PROFILE_NAME',
74+
description: 'Profile to use in mvn command to run the tests. Possible values are olcne (the default), wko-olcne-cert and integration-tests. Refer to weblogic-kubernetes-operator/integration-tests/pom.xml on the branch.',
75+
choices: [
76+
'olcne',
77+
'wko-olcne-cert',
78+
'integration-tests'
79+
]
80+
)
81+
7382
string(name: 'IT_TEST',
7483
description: 'Comma separated list of individual It test classes to be run e.g., ItParameterizedDomain, ItMiiUpdateDomainConfig, ItMiiDynamicUpdate*, ItMiiMultiMode',
7584
defaultValue: ''

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /