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: Jenkinsfile.kindnightly
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -108,10 +108,10 @@ pipeline {
108
108
defaultValue: 'main'
109
109
)
110
110
choice(name: 'MAVEN_PROFILE_NAME',
111
-
description: 'Profile to use in mvn command to run the tests. Possible values are kind-sequential (the default), kind-parallel and integration-tests. Refer to weblogic-kubernetes-operator/integration-tests/pom.xml on the branch.',
111
+
description: 'Profile to use in mvn command to run the tests. Possible values are kind-parallel (the default), kind-sequential and integration-tests. Refer to weblogic-kubernetes-operator/integration-tests/pom.xml on the branch.',
0 commit comments