Discussion:
Jenkins local development
Ashok Srinivasan
2018-11-28 10:15:24 UTC
Permalink
Hi,

I am trying to work on Jenkins locally in machine with eclipse ide for testing as well as for developing new feature in Jenkins.I need help in making it work from my local machine, meaning I make any change in any jenkins Java file or jelly file I need to know whether the changes made by me works and I also need to how to run this changes.
--
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 jenkinsci-dev+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/ca8606a2-b5d9-4ed5-b045-d9277944956f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ullrich Hafner
2018-11-28 10:40:05 UTC
Permalink
Did you check the wiki? There is a lot of information on how to develop and test Jenkins core and plugins.

What did you try so far? What is not working?
--
Ulli - Typed with big thumbs on small phone
Post by Ashok Srinivasan
Hi,
I am trying to work on Jenkins locally in machine with eclipse ide for testing as well as for developing new feature in Jenkins.I need help in making it work from my local machine, meaning I make any change in any jenkins Java file or jelly file I need to know whether the changes made by me works and I also need to how to run this changes.
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/ca8606a2-b5d9-4ed5-b045-d9277944956f%40googlegroups.com.
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 jenkinsci-dev+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/63600207-31F9-4C07-BC05-02B78D941FFB%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
Ashok Srinivasan
2018-11-28 12:26:39 UTC
Permalink
Thanks for the reply.I have just started to work on Jenkins core. I need to know how my changes to the code reflects in UI or Java console.Meaning I have added sysout code in Job.java if I run where would I get that reflected.Can u help with that.
--
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 jenkinsci-dev+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/5df4369e-cf4c-48ed-9556-e33115d50add%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ulli Hafner
2018-11-28 21:03:52 UTC
Permalink
What are your plans? What do you want to develop? There are quite a lot links in the wiki that show how to change the UI.

Jenkins is a Server application, so you should better attach a debugger to the running instance rather than using sysout.
Post by Ashok Srinivasan
Thanks for the reply.I have just started to work on Jenkins core. I need to know how my changes to the code reflects in UI or Java console.Meaning I have added sysout code in Job.java if I run where would I get that reflected.Can u help with that.
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/5df4369e-cf4c-48ed-9556-e33115d50add%40googlegroups.com.
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 jenkinsci-dev+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/7BD5760A-6E17-4C86-98DE-844B32C8C112%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...