Re: [WorkFlow plugin] Parameterized Build

2014-12-23 Thread El alaoui Mohamed Reda
g/browse/JENKINS-26143 > > On 23.12.2014, at 12:24, El alaoui Mohamed Reda > wrote: > > > When i generate the groovy code with Snippet Generator to do input list > parameters like this : > > > > input id: 'Server', message: 'C

Re: [WorkFlow plugin] Parameterized Build

2014-12-23 Thread El alaoui Mohamed Reda
readPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Finished: FAILURE 2014-12-23 12:03 GMT+01:00 El alaoui Mohamed Reda : > sorry for this mail i have the solution > > it's by the : i

Re: [WorkFlow plugin] Parameterized Build

2014-12-23 Thread El alaoui Mohamed Reda
sorry for this mail i have the solution it's by the : input 2014-12-23 11:53 GMT+01:00 El alaoui Mohamed Reda : > Hello, > i have à workflow job and i need to have a choice list before start the > build > How can i have a Parameterized Build with workflow (Stri

[WorkFlow plugin] Parameterized Build

2014-12-23 Thread El alaoui Mohamed Reda
Hello, i have à workflow job and i need to have a choice list before start the build How can i have a Parameterized Build with workflow (String or choice list ) thank's -- *Mohamed Reda, El alaoui* -- You received this message because you are subscribed to the Google Groups "Jenkins Users

Re: [WorkFlow plugin] Simple build

2014-12-23 Thread El alaoui Mohamed Reda
No with Jenkins ver. 1.594 2014-12-22 18:54 GMT+01:00 Les Mikesell : > On Mon, Dec 22, 2014 at 5:53 AM, El alaoui Mohamed Reda > wrote: > > thank's it's ok with > > http://mirrors.jenkins-ci.org/plugins/subversion/2.5-beta-4/ > > > > How do you get t

Re: [WorkFlow plugin] Simple build

2014-12-22 Thread El alaoui Mohamed Reda
thank's it's ok with http://mirrors.jenkins-ci.org/plugins/subversion/2.5-beta-4/ 2014-12-22 12:28 GMT+01:00 El alaoui Mohamed Reda : > which plugin must i install to have the svn information in Snippet > Generator > > 2014-12-22 12:10 GMT+01:00 El alaoui Mohamed Re

Re: [WorkFlow plugin] Simple build

2014-12-22 Thread El alaoui Mohamed Reda
which plugin must i install to have the svn information in Snippet Generator 2014-12-22 12:10 GMT+01:00 El alaoui Mohamed Reda : > Hi Stefan, > > thank you for your response. > when i try to use Snippet Generator i choose General SCM the SCM list is > empty see picture inbox >

Re: [WorkFlow plugin] Simple build

2014-12-22 Thread El alaoui Mohamed Reda
Hi Stefan, thank you for your response. when i try to use Snippet Generator i choose General SCM the SCM list is empty see picture inbox 2014-12-22 11:51 GMT+01:00 Stefan Lorenz : > You can read the tutorial > > https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md > > and you can

[WorkFlow plugin] Simple build

2014-12-22 Thread El alaoui Mohamed Reda
Hello, I'd like to try jenkins workflow plugin, how can i do it : 1 : check out my simple maven project from svn with login and password 2 : start mvn clean install Thanks a lot. -- *Mohamed Reda, El alaoui* -- You received this message because you are subscribed to the Google Groups "Jenkins

Fwd: Repository Connector Plugin

2014-12-08 Thread El alaoui Mohamed Reda
Hi, in the job parameters we can choose the version of artifact but this information comes from the local repository like the enclosed pictures in this mail. my question : there is a way to get the Artifact version from the remote repository in my case (Nexus) if not, can we create an issue to have

Repository Connector Plugin

2014-11-25 Thread El alaoui Mohamed Reda
Hi, in the job parameters we can choose the version of artifact but this information comes from the local repository like the enclosed pictures in this mail. my question : there is a way to get the Artifact version from the remote repository in my case (Nexus) if not, can we create an issue to have

Re: Jenkins Version

2014-04-14 Thread El alaoui Mohamed Reda
t; Support tab at http://jenkins-ci.org/ includes links to the various > platform versions of the LTS releases. > > Mark Waite > > > On Mon, Apr 14, 2014 at 7:05 AM, El alaoui Mohamed Reda < > inforedas...@gmail.com> wrote: > >> Hello, >> >> can you

Jenkins Version

2014-04-14 Thread El alaoui Mohamed Reda
Hello, can you tell me please wish Jenkins version most stable can i install in my server Windows 2008 server ? I have many problems with the 1.550 version Cordially Reda -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from t

Remember me on this computer

2014-02-12 Thread El alaoui Mohamed Reda
Hi, i have Jenkins ver. 1.533 the security configurtation by LDAP work well but i can't open the session in jenkins if i dont check " Remember me on this computer " in the first page of jenkins how can i avoid it ? thank's -- *Mohamed Reda, El alaoui* -- You received this message because

Re: dos2unix in Jenkins

2012-12-27 Thread El alaoui Mohamed Reda
it's okey thank you very much :) 2012/12/26 Brent Atkinson > Hi, > > It should be simply a matter of doing the following: > > >- Checkout your working copy >- Change to your working copy directory >- Find all the files named *.sh and set the svn property >'svn:eol-style' to the

Re: dos2unix in Jenkins

2012-12-25 Thread El alaoui Mohamed Reda
i'm using subversion but i don't understand how i can make it in jenkins please !! can you explain me !!! 2012/12/25 Brent Atkinson > roperty -- *Mohamed Reda, El alaoui* * *

Re: dos2unix in Jenkins

2012-12-25 Thread El alaoui Mohamed Reda
thanks Tomi :) 2012/12/22 domi > you could use ANT with the fixCRLF task: > http://ant.apache.org/manual/Tasks/fixcrlf.html > > > eol="lf" eof="remove" /> > > /Domi > > > On 20.12.2012, at 20:34, El alaoui Mohamed Reda > wrot

Re: convert a shell file

2012-12-21 Thread El alaoui Mohamed Reda
run the job. > > Alternatively, you could call dos2unix as a build-step to do the > conversion before running your task(s). > > I hpe that this helps, > ... > Mgimza > > > On Fri, Dec 21, 2012 at 5:36 PM, El alaoui Mohamed Reda < > inforedas...@gmail.com> wrote: >

convert a shell file

2012-12-21 Thread El alaoui Mohamed Reda
Hello i have a Jenkins installed in Windows and i have a project where i have a lot of script file .sh i so must do dos2unix in commande Ligne for all the file to convert for windows forme to unix forme i ask you if i can have a plugin or a windows script to convert all file in the Build Time t

dos2unix in Jenkins

2012-12-21 Thread El alaoui Mohamed Reda
Hello i have a Jenkins installed in Windows and i have a project where i have a lot of script file .sh i so must do dos2unix in commande Ligne for all the file to convert for windows forme to unix forme i ask you if i can have a plugin or a windows script to convert all file in the Build Time t

Re: dos2unix in Jenkins

2012-12-21 Thread El alaoui Mohamed Reda
No response ? [?][?][?][?] 2012/12/19 El alaoui Mohamed Reda > Hello > > > i have a Jenkins installed in Windows and i have a project where i have a > lot of script file .sh i > > so must do dos2unix in commande Ligne for all the file to convert for > windows forme to u

Re: Build ERROR

2012-12-10 Thread El alaoui Mohamed Reda
ls. >> java.lang.OutOfMemoryError: PermGen space >> at java.lang.ClassLoader.**defineClass1(Native Method) >> >> >> >> 2012/12/7 El alaoui Mohamed Reda >> >>> yes after applying the recommended setting >>> >>> >>> 2

Re: Build ERROR

2012-12-07 Thread El alaoui Mohamed Reda
now i have 3 g of RAM but i have the same probleme :( The system is out of resources. Consult the following stack trace for details. java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.defineClass1(Native Method) 2012/12/7 El alaoui Mohamed Reda > yes after apply

Re: Build ERROR

2012-12-07 Thread El alaoui Mohamed Reda
ékezethibákat tartalmazhat. > 2012.12.06. 17:44, "El alaoui Mohamed Reda" ezt > írta: > > on local it's okey but in JEKINS also the same problem :( >> >> 2012/12/6 Jeff Williams >> >>> For your local build, write: >>> >>> export

Re: Build ERROR

2012-12-06 Thread El alaoui Mohamed Reda
gt; For jenkins, follow my instructions below. > > Jeff > > On Dec 6, 2012, at 3:52 PM, El alaoui Mohamed Reda wrote: > > non i have the same problem also :( in jenkins and in the local Build in > the directory of project > > 2012/12/6 Jeff Williams > >> You are run

Re: Build ERROR

2012-12-06 Thread El alaoui Mohamed Reda
non i have the same problem also :( in jenkins and in the local Build in the directory of project 2012/12/6 Jeff Williams > You are running out of PermGen space! > > try adding something like: > > -Xmx1024m -XX:MaxPermSize=512m > > to the Maven Project Configuration on the Manage Jenkins > Confi

Re: Build ERROR

2012-12-06 Thread El alaoui Mohamed Reda
i think that i must changing the jvm configuration for the memory but how can i do it ? 2012/12/6 El alaoui Mohamed Reda > how can i do it please ? > > i have Ubuntu/Linaro 4.6.3-1ubuntu5) > and JAVA : > > java version "1.6.0_26" > Java(TM) SE Runtime Environm

Re: Build ERROR

2012-12-06 Thread El alaoui Mohamed Reda
lly installed is completely different > than the amount of memory the java process is allowed to allocate & use. > Changing the settings as outlined below will give your java process more > memory to work with. > > Scott > > > On Thu, Dec 6, 2012 at 8:34 AM, El alaou

Re: Build ERROR

2012-12-06 Thread El alaoui Mohamed Reda
thanks for answer : i have 2 G Ram for Jeff i have the same problem when i start the build in my vm (in local) 2012/12/6 Jeff Williams > You are running out of PermGen space! > > try adding something like: > > -Xmx1024m -XX:MaxPermSize=512m > > to the Maven Project Configuration on the Mana