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
Pipelines can embed Task specifications instead of referencing them: https://github.com/tektoncd/pipeline/blob/master/examples/v1beta1/pipelineruns/pipelinerun-with-pipelinespec-and-taskspec.yaml#L9
It would be useful to be able to refactor pipelines in order to inline a referenced Task or ClusterTask.
The text was updated successfully, but these errors were encountered:
#486 CodeAction to inline Tekton Task
2ac895e
Signed-off-by: Yevhen Vydolob <[email protected]>
CodeAction to inline Tekton Task (#520)
1bac5ad
* #486 CodeAction to inline Tekton Task Signed-off-by: Yevhen Vydolob <[email protected]> * Change label Signed-off-by: Yevhen Vydolob <[email protected]> * update progress notification Signed-off-by: Yevhen Vydolob <[email protected]> * add telemetry error log Signed-off-by: Yevhen Vydolob <[email protected]> * add check for annotations proprtie Signed-off-by: Yevhen Vydolob <[email protected]>
evidolob
Successfully merging a pull request may close this issue.
Pipelines can embed Task specifications instead of referencing them:
https://github.com/tektoncd/pipeline/blob/master/examples/v1beta1/pipelineruns/pipelinerun-with-pipelinespec-and-taskspec.yaml#L9
It would be useful to be able to refactor pipelines in order to inline a referenced Task or ClusterTask.
The text was updated successfully, but these errors were encountered: