Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while Processing the junits: docker: invalid reference format. #183

Closed
abhidp opened this issue Nov 4, 2022 · 1 comment · Fixed by #184
Closed

Error while Processing the junits: docker: invalid reference format. #183

abhidp opened this issue Nov 4, 2022 · 1 comment · Fixed by #184

Comments

@abhidp
Copy link
Contributor

abhidp commented Nov 4, 2022

My build is throwing an error on the step Processing the junits ; docker: invalid reference format. , Error: The command exited with status 125

v2.4.0

image

#pipeline.yml
steps:
  - group: ':cypress: build e2e'
    steps:
      - label: build e2e
        key: 'build-e2e'
        commands:
          - pushd e2e-tests; ./build-and-upload-image.sh; popd
        agents:
          - 'role=node12'
  - wait
  - group: ':cypress: e2e tests'
    steps:
      - commands:
          - 'pushd e2e-tests'
          - './run-all-tests.sh'
          - 'popd'
        label: ':test_tube: Running :cypress: E2E tests :test_tube:'
        key: 'e2e-tests'
        agents:
          - 'role=node12'
        parallelism: 7
        timeout_in_minutes: 30
        artifact_paths:
          - 'e2e-tests/test-report/junit-results/results*.xml'
        plugins:
          - seek-oss/aws-sm#v2.3.1:
              json-to-env:
                - secret-id: 'build-e2e-tests'
      - wait: ~
        continue_on_failure: true
      - plugins:
          - junit-annotate#v2.4.0:
              artifacts: 'e2e-tests/test-report/junit-results/results*.xml'
              always-annotate: true
        retry:
          manual: false
          automatic:
            - exit_status: -1
              limit: 3
@abhidp
Copy link
Contributor Author

abhidp commented Nov 5, 2022

It works now, I tested it. Thanks @abhishekmukherg and @toote for super quick turnaround on this 👍🏽
image

abhidp added a commit to abhidp/junit-annotate-buildkite-plugin that referenced this issue Nov 5, 2022
Update version number to 2.4.1 in examples in ReadMe, after the bugFix buildkite-plugins#183
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant