Skip to content

Commit

Permalink
Merge branch 'xc-113368' into 'main'
Browse files Browse the repository at this point in the history
Update OCNE nightly job descriptions in Jenkinsfile

See merge request weblogic-cloud/weblogic-kubernetes-operator!4488
  • Loading branch information
rjeberhard committed Oct 31, 2023
2 parents 7126c6b + 39c3b17 commit 790948d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile.ocne
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ EOF
}
steps {
script {
currentBuild.description = "${GIT_BRANCH} ${MAVEN_PROFILE_NAME}"
def res = 0
res = sh(script: '''
if [ -z "${IT_TEST}" ] && [ "${MAVEN_PROFILE_NAME}" = "integration-tests" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
@Tag("kind-parallel")
@Tag("okd-fmw-cert")
@IntegrationTest
@Tag("olcne-mrg")
@Tag("olcne-sequential")
@Tag("oke-gate")
class ItFmwDomainInPVUsingWLST {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
@Tag("kind-parallel")
@Tag("oke-gate")
@Tag("okd-fmw-cert")
@Tag("olcne-mrg")
@Tag("olcne-sequential")
class ItFmwDomainOnPV {

private static String domainNamespace = null;
Expand Down

0 comments on commit 790948d

Please sign in to comment.