Fix the psmdb-operator-minikube Jenkins pipeline

Description

The psmdb-operator-minikube pipeline must be fixed. Currently, it has this:

PARAMS_HASH = sh(script: "echo $GIT_BRANCH-$GIT_SHORT_COMMIT-$PLATFORM_VER-$CLUSTER_WIDE-$OPERATOR_IMAGE-$IMAGE_PXC-$IMAGE_PROXY-$IMAGE_HAPROXY-$IMAGE_BACKUP-$IMAGE_LOGCOLLECTOR-$IMAGE_PMM_CLIENT-$IMAGE_PMM_SERVER | md5sum | cut -d' ' -f1", , returnStdout: true).trim()

but that is wrong, because:

No such property: IMAGE_PXC

Environment

None

Activity

Show:
Done

Details

Assignee

Reporter

Regression Issue

Yes

Found by Automation

Yes

Needs QA

Yes

Components

Fix versions

Affects versions

Priority

Smart Checklist

Created May 9, 2024 at 12:56 PM
Updated July 18, 2024 at 3:37 PM
Resolved July 3, 2024 at 11:36 AM

Flag notifications