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:
The first job is using sd/noop@latest template but the information now is missing from the build page.
first job
sd/noop@latest
See screenshot below.
What you expected to happen:
The template info should be shown on the build page.
How to reproduce it:
Please check this build link for example. Create a simple job that is using template like below and run the pipeline.
shared: image: node:20 jobs: first: template: sd/noop@latest requires: [~pr, ~commit]
The text was updated successfully, but these errors were encountered:
🤖 By issues-similarity-analysis
Sorry, something went wrong.
For this issue, I can make a fix to display the job template for now.
This one needs more thought to distinguish whether is job or pipeline template.
Currently,
There's only a templateId: 8459, I think we need to add a templateType: job/pipeline to do that.
templateId: 8459
templateType: job/pipeline
No branches or pull requests
What happened:
The
first job
is usingsd/noop@latest
template but the information now is missing from the build page.See screenshot below.
What you expected to happen:
The template info should be shown on the build page.
How to reproduce it:
Please check this build link for example.
Create a simple job that is using template like below and run the pipeline.
The text was updated successfully, but these errors were encountered: