How to rectify a JFrog Pipelines sync issue caused due to failed validate approver?

38 views Asked by At

Added a pipeline source with approval step which had an approvers list

pipelines:
  - name: testing
    steps:
      - name: test_step
        type: Bash
        configuration:
          requiresApproval:
            approvers:
              - nehamishra
            notifications:
              - integrationName: test_slack
          execution:
            onExecute:
              - echo "Got the approval"

The pipeline sync failed with below error message

undefined: failed to validate approver nehamishra when validating configuration.requiresApproval.approvers list for Bash step test_step with error: Artifactory user does not exist.

1

There are 1 answers

0
nehamishra25 On

The resolution to fix the above error is to have only relevant artifactory users who are active in the list of approvers in the approval gate step.