-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Update Tekton Pipeline model to 0.17.0 #2535
Conversation
Fixes fabric8io#2534 Adds - WhenExpressions - Optional workspaces Signed-off-by: Jeff MAURY <jmaury@redhat.com>
Can one of the admins verify this patch? |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (1.8.0_265) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11. |
@Fabian-K : Could you please review this whenever you get some time? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @jeffmaury!
@Fabian-K @jeffmaury : Thanks to your awesome contributions, this extension is getting better and better! I think we now have pretty good/complete support with respect to Tekton REST API. I think it would be awesome if we had some cool blog posts on how this extension is becoming useful for Java devs who want to access Tekton API. Does anyone have any plans to write a blog post about it? |
Not sure I have time to do it but I can write a blog post about the latest changes in our IntelliJ Tekton plugin that uses the Tekton F8 client. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!!
[merge] |
1 similar comment
[merge] |
Agree, this would be really cool. So far I never wrote a blog post and tbh I don´t think this will change in the near future. If you plan to do something and need feedback let me know :) |
I had written a blog post a week ago about it: https://itnext.io/access-tekton-pipelines-in-java-using-fabric8-tekton-client-bd727bd5806a . Maybe you can provide feedback on this :-) . But to be honest, I'm not really a tekton guy; I'm not using tekton for anything. I'm not sure this blog post covers use cases regular tekton users might be looking for. |
Fixes #2534
Adds
Signed-off-by: Jeff MAURY jmaury@redhat.com
Description
Type of change
test, version modification, documentation, etc.)
Checklist