> Am 28.10.2021 um 23:09 schrieb [email protected] <[email protected]>: > > Hello, > I would like to be able to read and write http cookies when clicking the > build with parameter button inside the active choice plugin. I am not > familiar with the internals of Jenkins, servlets/jelly etc..
Why do you want to use cookies, what is your use case? I used cookies several years ago, you can have a look at the deprecated classes of my analysis-core plugin to see how to interact with cookies: https://github.com/jenkinsci/analysis-core-plugin/blob/07ea7c8ec8d3802cf07f221b24fcbf363111973d/src/main/java/hudson/plugins/analysis/util/CookieHandler.java#L15 But Cookies should not be required nowadays for plugins. > > Can someone point me into the direction on how to achieve that if it is > achievable? > > Thanks > Mario > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/63de8711-874e-4404-828e-dc8114e0bce7n%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-dev/63de8711-874e-4404-828e-dc8114e0bce7n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/6A06CAAF-10B2-4D5F-9F00-6CCCBFE7A63F%40gmail.com.
