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
What happened:
Opened a PR to run a job as virtual. https://github.com/VonnyJap/screwdriver-config/pull/2/files
Job showed success.
But GH status is pending.
What you expected to happen: GH status should be updated with success build on PR job.
How to reproduce it:
Use config below to test out.
shared: image: node:14 steps: - init: echo 'init' jobs: triggering-ci: requires: [ ~pr, ~commit ] annotations: screwdriver.cd/virtualJob: true ci-setup-virtual: requires: [ ~triggering-ci ] annotations: screwdriver.cd/virtualJob: true ci-deploy: requires: [ ~ci-setup-virtual ]
The text was updated successfully, but these errors were encountered:
sagar1312
No branches or pull requests
What happened:
Opened a PR to run a job as virtual.
https://github.com/VonnyJap/screwdriver-config/pull/2/files
Job showed success.
But GH status is pending.
What you expected to happen:
GH status should be updated with success build on PR job.
How to reproduce it:
Use config below to test out.
The text was updated successfully, but these errors were encountered: