We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My build is throwing an error on the step Processing the junits ; docker: invalid reference format. , Error: The command exited with status 125
Processing the junits
docker: invalid reference format.
Error: The command exited with status 125
v2.4.0
#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
The text was updated successfully, but these errors were encountered:
It works now, I tested it. Thanks @abhishekmukherg and @toote for super quick turnaround on this 👍🏽
Sorry, something went wrong.
Update version number in ReadMe
ebfe4ff
Update version number to 2.4.1 in examples in ReadMe, after the bugFix buildkite-plugins#183
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: