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
steps[*].allowExit
https://cloud.google.com/build/docs/build-config-file-schema#allowexitcodes
Use the allowExitCodes field to specify that a build step failure can be ignored when that step returns a particular exit code. steps: - name: 'ubuntu' args: ['-c', 'exit 1'] allowExitCodes: [1] steps: - name: 'ubuntu' args: ['echo', 'Hello World']
Use the allowExitCodes field to specify that a build step failure can be ignored when that step returns a particular exit code.
steps: - name: 'ubuntu' args: ['-c', 'exit 1'] allowExitCodes: [1] steps: - name: 'ubuntu' args: ['echo', 'Hello World']
Update added support for allowExitCodes but this is not yet supported by Harness
allowExitCodes
The text was updated successfully, but these errors were encountered:
This was added to the v1 spec and the mapping is complete, however, v1 does not support this capability yet.
https://github.com/drone/go-convert/blob/fa88d1e840237b74941669da12af6d5692a473c4/convert/cloudbuild/convert.go#L311:L323
Sorry, something went wrong.
No branches or pull requests
https://cloud.google.com/build/docs/build-config-file-schema#allowexitcodes
Update added support for
allowExitCodes
but this is not yet supported by HarnessThe text was updated successfully, but these errors were encountered: