Hi all,

I am currently working on the implementation of JENKINS-33090
<https://issues.jenkins-ci.org/browse/JENKINS-33090?filter=-1>.
For that I have to implement a file browsing tree which will apear on the
frontend of support core plugin.
I have found this <https://www.jstree.com/> jQuery library which gives some
rich facilities for file browsing. (of course it has been also published
under MIT licence).

I have tried in several ways to integrade it with my implementation. Since
Jenkins uses Jelly, it is bit confusing.
Importing it as in following ways did not work for me.
1)*<script src="jstree.min.js"></script>*
2)

*<script
src="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.2.1/jstree.min.js
<https://cdnjs.cloudflare.com/ajax/libs/jstree/3.2.1/jstree.min.js>"></script>*
Also I have looked into js-libs <https://github.com/jenkinsci/js-libs>
and jQuery
plugin <https://github.com/jenkinsci/jquery-plugin>, but can't figure out
how to use them for my case.

Could someone please provide me a detailed guide to accomplish this task.

In summary, what I need to do is use these jQuery functions within my
index.jelly script.

Thank you!
Minudika


On Mon, Jun 6, 2016 at 6:35 PM, Oleg Nenashev <[email protected]>
wrote:

> Hi Arnaud,
>
> CCed Alex, who may be also interested in JIRA handling KT.
> Maybe makes sense to perform a KT with all students if you do not mind.
>
> Also reviewed the PR. Needs some polishing IMHO
>
> BR, Oleg
>
> 2016-06-05 23:26 GMT+02:00 Arnaud Héritier <[email protected]>:
>
>> Hi Minudika,
>>
>> Ping me on monday and we'll take 15 or 30 minutes to play with Jira.
>>
>> Cheers
>>
>> On Sun, Jun 5, 2016 at 2:46 PM, Minudika Malshan <[email protected]>
>> wrote:
>>
>>> Hi,
>>>
>>> @Steve : Could you please do a quick demo on how to use jQuery-plugin
>>> with support core plugin, during the hangout on next Tuesday?
>>>
>>> @Arnaud : I will try to add some subtasks. But it would be nice if you
>>> could show the correct way of dealing with Jirra. Especially within the
>>> agile scope.
>>>
>>> Thanks a lot.
>>>
>>> On Sat, Jun 4, 2016 at 2:28 AM, Arnaud Héritier <[email protected]>
>>> wrote:
>>>
>>>> Hi
>>>>
>>>>   Yes I was thinking about it too. You can create more technical tasks
>>>> (type : task) and you add them in the current sprint from the backlog view
>>>> (If you need we can do a tour of Jira to see all the features and
>>>> especially ones around agile features). I was thinking about a task to
>>>> implement the tabbed view for exemple.
>>>>
>>>> Cheers
>>>>
>>>> On Fri, Jun 3, 2016 at 8:42 PM, Minudika Malshan <[email protected]
>>>> > wrote:
>>>>
>>>>> I was refereeing to *Bundle Management UI Sprint* on Jirra [1]
>>>>> [1]
>>>>> https://issues.jenkins-ci.org/secure/RapidBoard.jspa?rapidView=156&projectKey=JENKINS&view=detail&selectedIssue=JENKINS-35341
>>>>>
>>>>> On Sat, Jun 4, 2016 at 12:09 AM, Minudika Malshan <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> Hi Arnaud,
>>>>>>
>>>>>> Shall we add implementing UI components for main task as a subtask?
>>>>>> In that way, it will be easy to track the progress I think.
>>>>>> Otherwise I will have to comment "I have implemented the backed and
>>>>>> have to implement the UI components" :D
>>>>>> What do you think?
>>>>>>
>>>>>>
>>>>>> On Mon, May 30, 2016 at 7:11 PM, Minudika Malshan <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Sorry I was replying to Steve's mail. He said that we could arrange
>>>>>>> a meeting on Tuesday.
>>>>>>>
>>>>>>> @Steve : If it's possible please let me know the time. anytime would
>>>>>>> be fine for me.
>>>>>>>
>>>>>>> Thanks and regards
>>>>>>>
>>>>>>> On Mon, May 30, 2016 at 7:05 PM, Oleg Nenashev <
>>>>>>> [email protected]> wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Lifehack: if you detalize your question in the mailing list, you
>>>>>>>> may get a response from somebody even if your mentors are on holidays
>>>>>>>> (please be sure they deserve them).
>>>>>>>>
>>>>>>>> BR, Oleg
>>>>>>>>
>>>>>>>>
>>>>>>>> 2016-05-30 16:29 GMT+03:00 Minudika Malshan <[email protected]>
>>>>>>>> :
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>> Shall we arrange a time slot?
>>>>>>>>>
>>>>>>>>> On Sun, May 29, 2016 at 5:43 PM, Minudika Malshan <
>>>>>>>>> [email protected]> wrote:
>>>>>>>>>
>>>>>>>>>> Thanks a lot :)
>>>>>>>>>>
>>>>>>>>>> On Sun, May 29, 2016 at 5:32 PM, Steve Christou <
>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>
>>>>>>>>>>> I am not available the next 2 days (us holiday). On Tuesday we
>>>>>>>>>>> can setup a hangout.
>>>>>>>>>>>
>>>>>>>>>>> On Sat, May 28, 2016 at 5:52 PM Minudika Malshan <
>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hello Arnaud, Steve,
>>>>>>>>>>>>
>>>>>>>>>>>> Can we have a hangout? I need to clarify few things about using
>>>>>>>>>>>> JavaScript and Jelly.
>>>>>>>>>>>> I tried few methods to implement the front end part for the
>>>>>>>>>>>> bundle browsing feature. It would be great if you could help me to 
>>>>>>>>>>>> find the
>>>>>>>>>>>> best way for the implementation.
>>>>>>>>>>>> Please let me know a convenient time for you.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks a lot.
>>>>>>>>>>>>
>>>>>>>>>>>> On Sun, May 22, 2016 at 6:28 PM, Baptiste Mathus <[email protected]
>>>>>>>>>>>> > wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi Minudika,
>>>>>>>>>>>>>
>>>>>>>>>>>>> I think you want to have a look at
>>>>>>>>>>>>> https://github.com/jenkinsci/js-libs and more specically at
>>>>>>>>>>>>> https://github.com/jenkinsci/js-libs/tree/master/jquery-detached
>>>>>>>>>>>>>
>>>>>>>>>>>>> Also, you most probably wanna watch:
>>>>>>>>>>>>> https://www.youtube.com/watch?v=15947ISwA2w
>>>>>>>>>>>>>
>>>>>>>>>>>>> Cheers
>>>>>>>>>>>>>
>>>>>>>>>>>>> 2016-05-21 20:34 GMT+02:00 Minudika Malshan <
>>>>>>>>>>>>> [email protected]>:
>>>>>>>>>>>>>
>>>>>>>>>>>> Hi all,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I tried to use some jQuery libraries with Jelly. What I did
>>>>>>>>>>>>>> was, I put the JavaScript files to the folder *
>>>>>>>>>>>>>> "/support-core-plugin/src/main/resources/com/cloudbees/jenkins/support/SupportAction"*
>>>>>>>>>>>>>> and tried to reffer to them from the
>>>>>>>>>>>>>> *"supportAction/index.jelly"* script as follows.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *<script src="jquery.js"
>>>>>>>>>>>>>> type="text/javascript"></script><script src="jquery.easing.js"
>>>>>>>>>>>>>> type="text/javascript"></script><script src="jqueryFileTree.js"
>>>>>>>>>>>>>> type="text/javascript"></script>*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *<link href="jqueryFileTree.css" rel="stylesheet"
>>>>>>>>>>>>>> type="text/css" media="screen" />*
>>>>>>>>>>>>>> But it gives the following errors.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *"NetworkError: 404 Not Found -
>>>>>>>>>>>>>> http://localhost:8080/jenkins/jquery.js
>>>>>>>>>>>>>> <http://localhost:8080/jenkins/jquery.js>"*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *"NetworkError: 404 Not Found -
>>>>>>>>>>>>>> http://localhost:8080/jenkins/jqueryFileTree.js
>>>>>>>>>>>>>> <http://localhost:8080/jenkins/jqueryFileTree.js>"*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *"NetworkError: 404 Not Found -
>>>>>>>>>>>>>> http://localhost:8080/jenkins/jquery.easing.js
>>>>>>>>>>>>>> <http://localhost:8080/jenkins/jquery.easing.js>"*
>>>>>>>>>>>>>> *"NetworkError: 404 Not Found -
>>>>>>>>>>>>>> http://localhost:8080/jenkins/jqueryFileTree.css
>>>>>>>>>>>>>> <http://localhost:8080/jenkins/jqueryFileTree.css>"*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> How to give the correct path in the index.jelly, for those
>>>>>>>>>>>>>> JavaScript and css files.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thank you!
>>>>>>>>>>>>>> Minudika
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Sun, May 15, 2016 at 12:47 PM, Minudika Malshan <
>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks a lot Arnaud and Steve.. That hangout was really
>>>>>>>>>>>>>>> helpful for me :)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Sat, May 14, 2016 at 1:33 AM, Minudika Malshan <
>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks a lot both of you!!
>>>>>>>>>>>>>>>> On May 13, 2016 11:47 AM, "Arnaud Héritier" <
>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Let's do this. I am sadly too often up at this hour ...
>>>>>>>>>>>>>>>>> (kids ...)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Fri, May 13, 2016 at 6:56 AM, Minudika Malshan <
>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> +1 from me..
>>>>>>>>>>>>>>>>>> On May 13, 2016 6:13 AM, "Steve Christou" <
>>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> @Arnaud @Minudika if you want we can do 8AM On Sunday
>>>>>>>>>>>>>>>>>>> for you which is 11:30 AM (GMT +5:30) and 2 AM for me.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Wed, May 11, 2016 at 5:43 PM Arnaud Héritier <
>>>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> I will try to be available but it is often less easy
>>>>>>>>>>>>>>>>>>>> for me the WE with my kids
>>>>>>>>>>>>>>>>>>>> If it's not between midnight and 9AM my time I could
>>>>>>>>>>>>>>>>>>>> try to join
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Wed, May 11, 2016 at 10:18 PM, Minudika Malshan <
>>>>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Thanks a lot Steve. I am OK with anytime on Saturday
>>>>>>>>>>>>>>>>>>>>> and Sunday.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> -----
>>>>>>>>>>>>>>>>>>>> Arnaud Héritier
>>>>>>>>>>>>>>>>>>>> http://aheritier.net
>>>>>>>>>>>>>>>>>>>> Mail/GTalk: aheritier AT gmail DOT com
>>>>>>>>>>>>>>>>>>>> Twitter/Skype : aheritier
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> -----
>>>>>>>>>>>>>>>>> Arnaud Héritier
>>>>>>>>>>>>>>>>> http://aheritier.net
>>>>>>>>>>>>>>>>> Mail/GTalk: aheritier AT gmail DOT com
>>>>>>>>>>>>>>>>> Twitter/Skype : aheritier
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> 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/CAMqS2UdLQ7tEAsQuRW0E_2O_jaBSsohE92hz-2BX3ZAfxyLqNA%40mail.gmail.com
>>>>>>>>>>>>>> <https://groups.google.com/d/msgid/jenkinsci-dev/CAMqS2UdLQ7tEAsQuRW0E_2O_jaBSsohE92hz-2BX3ZAfxyLqNA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>>>>>>>>>> .
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>> 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/CANWgJS5MERE8LwBeZL7osQmntQupCshF_CMUm5y%2BXvxAf6RraQ%40mail.gmail.com
>>>>>>>>>>>>> <https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS5MERE8LwBeZL7osQmntQupCshF_CMUm5y%2BXvxAf6RraQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>>>>>>>>> .
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> You received this message because you are subscribed to a topic in
>>>>>>>>> the Google Groups "Jenkins Developers" group.
>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>> https://groups.google.com/d/topic/jenkinsci-dev/KQYsR2e_63E/unsubscribe
>>>>>>>>> .
>>>>>>>>> To unsubscribe from this group and all its topics, send an email
>>>>>>>>> to [email protected].
>>>>>>>>> To view this discussion on the web visit
>>>>>>>>> https://groups.google.com/d/msgid/jenkinsci-dev/CAMqS2UcQR6BzA7AQOtHqBPreqCM7-_cfeY5O%3D_yOcpnVjv6WNQ%40mail.gmail.com
>>>>>>>>> <https://groups.google.com/d/msgid/jenkinsci-dev/CAMqS2UcQR6BzA7AQOtHqBPreqCM7-_cfeY5O%3D_yOcpnVjv6WNQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>>>>> .
>>>>>>>>>
>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> 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/CAPfivLA4w0Y6GUgK01CSrjo8RL%3DX4j%2BBUmP_tU%3DD0T2wQhCk-Q%40mail.gmail.com
>>>>>>>> <https://groups.google.com/d/msgid/jenkinsci-dev/CAPfivLA4w0Y6GUgK01CSrjo8RL%3DX4j%2BBUmP_tU%3DD0T2wQhCk-Q%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>>>> .
>>>>>>>>
>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> 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/CAMqS2Uf86p5RCa0m%3DscwtwLbyyZ1jdnAsH-cxL96%3Db2V6wHjiw%40mail.gmail.com
>>>>>>> <https://groups.google.com/d/msgid/jenkinsci-dev/CAMqS2Uf86p5RCa0m%3DscwtwLbyyZ1jdnAsH-cxL96%3Db2V6wHjiw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>>> .
>>>>>>>
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>>
>>>>>>
>>>>> --
>>>>> 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/CAMqS2UcrHd4XDz-AAX2VCk-bLdPSXmmYnTEbg7v%2BG5pNk%2BhKaA%40mail.gmail.com
>>>>> <https://groups.google.com/d/msgid/jenkinsci-dev/CAMqS2UcrHd4XDz-AAX2VCk-bLdPSXmmYnTEbg7v%2BG5pNk%2BhKaA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> -----
>>>> Arnaud Héritier
>>>> http://aheritier.net
>>>> Mail/GTalk: aheritier AT gmail DOT com
>>>> Twitter/Skype : aheritier
>>>>
>>>> --
>>>> 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/CAFNCU-_-TM%2Bb_gwah2AGe12baDndH00WAw%3DFAAo7x%3DHSREq_cA%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/jenkinsci-dev/CAFNCU-_-TM%2Bb_gwah2AGe12baDndH00WAw%3DFAAo7x%3DHSREq_cA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>> --
>>> 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/CAMqS2UebZiMxYDa-hsLmHWMY4rS-rNmwaRFEZa8N5BDZosm60A%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/jenkinsci-dev/CAMqS2UebZiMxYDa-hsLmHWMY4rS-rNmwaRFEZa8N5BDZosm60A%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> -----
>> Arnaud Héritier
>> http://aheritier.net
>> Mail/GTalk: aheritier AT gmail DOT com
>> Twitter/Skype : aheritier
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Jenkins Developers" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/jenkinsci-dev/KQYsR2e_63E/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> [email protected].
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-dev/CAFNCU-_z9CAyJ%2Bj%2BAaXpW0JdQd4OkTTWuRXuLCSspZqS2oQXFQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/jenkinsci-dev/CAFNCU-_z9CAyJ%2Bj%2BAaXpW0JdQd4OkTTWuRXuLCSspZqS2oQXFQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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/CAPfivLBfS3QepYv8E5tk2B4RRVPN4HaaDZmSyPDmpxvjKmoV9w%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-dev/CAPfivLBfS3QepYv8E5tk2B4RRVPN4HaaDZmSyPDmpxvjKmoV9w%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAMqS2Ud_wUNRFH85rcGsFHwVbDYkxFxR-fC5R_zrVDaVJKgqnA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to