Re: Building Jenkins in Eclipse

2019-01-01 Thread Ullrich Hafner
I’m not sure if one of the developers is still using Eclipse. Did you try in 
IntelliJ (or is that not an option)?

BTW: I think your questing is better suited for the dev list, see Jenkins 
Developers .


> Am 31.12.2018 um 18:52 schrieb Gerry Storm :
> 
> I have tried to follow instructions in 
> https://wiki.jenkins.io/display/JENKINS/Building+Jenkins:
> 
> // check out the workspace
> $ git clone https://github.com/jenkinsci/jenkins.git
> // Download dependencies and build with Maven
> // Note: mvn install may be a prerequisite for other mvn targets
> $ cd jenkins
> $ mvn -Plight-test install
> 
> All went fine.
> 
> After that I followed instructions in 
> https://wiki.jenkins.io/display/JENKINS/Setting+up+Eclipse+to+build+Jenkins.
> 
> 
> I tried several times and Eclipse ALWAYS finds errors after it imports the 
> projects. (see attached screenshot).
> I am a newbie so maybe the instructions imply stuff I am not familiar with.
> 
> My goals are:
> Build Jenkins from source in Eclipse
> Run it under a debugger so that I can make myself familiar with the flow.
> 
> Please help.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-users+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/a00369ef-2bd3-470e-a787-e7a9bfaca2f4%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 Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9C623046-BA74-45F2-8C99-1D977947EA9A%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins Parameterization

2019-01-01 Thread yossibr9876
Hello bhanu,
you can use the parameterize plugin .
you can install ANT and call the build.xml via jenkins

On Monday, December 31, 2018 at 7:54:13 PM UTC+2, bhanu prakash wrote:
>
> Hello All,
> Need some help!!
>
> As per my requirement, i need to execute the test cases from Bitbucket 
> repository and to do so, i have created a new job in Jenkins.But, I have 
> few parameters such as Browser,URL in test.properties file and i want to 
> input values for these parameters as per my need.
>
> Here ANT is used as a build tool.
>
> Can any one suggest the best way to solution the problem
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b604f07d-4eb6-414c-8ec1-0c7db40f5b12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Building Jenkins in Eclipse

2019-01-01 Thread James Nord
Alas that page is complete bunkum... if you are using eclipse make sure you
use a distribution with m2eclipse (or add it) then after building Jenkins
at the command line (mvn install -DskipTests) import the projects in the
normal eclipse way as a "Maven" project.

/James

On Tue, 1 Jan 2019 at 15:58, Ullrich Hafner 
wrote:

> I’m not sure if one of the developers is still using Eclipse. Did you try
> in IntelliJ (or is that not an option)?
>
> BTW: I think your questing is better suited for the dev list, see Jenkins
> Developers .
>
>
> Am 31.12.2018 um 18:52 schrieb Gerry Storm :
>
> I have tried to follow instructions in
> https://wiki.jenkins.io/display/JENKINS/Building+Jenkins:
>
> // check out the workspace
> $ git clone https://github.com/jenkinsci/jenkins.git
> // Download dependencies and build with Maven
> // Note: mvn install may be a prerequisite for other mvn targets
> $ cd jenkins
> $ mvn -Plight-test install
>
> All went fine.
>
> After that I followed instructions in 
> https://wiki.jenkins.io/display/JENKINS/Setting+up+Eclipse+to+build+Jenkins.
>
>
> I tried several times and Eclipse ALWAYS finds errors after it imports the
> projects. (see attached screenshot).
> I am a newbie so maybe the instructions imply stuff I am not familiar with.
>
> My goals are:
>
>1. Build Jenkins from source in Eclipse
>2. Run it under a debugger so that I can make myself familiar with the
>flow.
>
>
> Please help.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/a00369ef-2bd3-470e-a787-e7a9bfaca2f4%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 Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/9C623046-BA74-45F2-8C99-1D977947EA9A%40gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAPzq3pdidQHtLfAwHgX51%3DQxB5pH4_%3D9s1svAsD5xkpwMJn57g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.