Explanation needed: Difference between User and UserProperty

2013-03-04 Thread Jannik Kett
Hello Jenkins-users, I use Jenkins for quite a while but now I want to write a small plugin to satisfy my requirements. Therefore I worked through Jenkins wiki, the different tutorials and the source code. I think I gained a first insight on how things work, but there are still some things

How to better manage cascading releases.

2013-03-04 Thread Andrei Pozolotin
update: 1) extending maven-release-plugin / jenkins m2release by itself, http://maven.apache.org/maven-release/maven-release-plugin/ https://wiki.jenkins-ci.org/display/JENKINS/M2+Release+Plugin will not work - need orchestration plugin. 2) cascade orchestration plugin is here, 30% done:

Maven2/3 and free-style projects handling environment variables differently

2013-03-04 Thread Gili T.
Hi, I noticed that Maven2/3 and free-style projects behave differently with respect to environment variables. If my settings.xml contains: properties gpg_passphrase${env.gpg_passphrase}/gpg_passphrase /properties then Maven2/3 projects will generate an alternate settings.xml file with the

Re: Error Copying artifacts when specifying a build parameter

2013-03-04 Thread cjo
As I stated you need to add a Build Selector for copy Artifact parameter see image1 which is then used in the build step image 2. Image 1 https://lh3.googleusercontent.com/-cljdrCcGKUs/UTS3wvW0QLI/ACQ/EKAqDJOwGDw/s1600/copyParameter1.png Image 2

tests fail, but build succeeds

2013-03-04 Thread christopher barry
All, I've been googling around, and I've seen a few seemingly related issues out there, but it's still unclear to me how to handle this. We're running testacular angulartests in a job, and occasionally some of these tests will fail but jenkins thinks everything is cool. How can I ensure that an

Re: Error Copying artifacts when specifying a build parameter

2013-03-04 Thread MDKF
Hi Chris, Thanks for your response. I'm still confused. Witch project do I put the Build Selector in, the project I'm copying from, or the one im copying to. I tried putting it in the one I'm copying to but then it just asks me to select a build. On Monday, March 4, 2013 10:07:09 AM UTC-5,

Re: SVN_REVISION is not set, cant' use to call batch file

2013-03-04 Thread Aris Green
It looks like this was doing this: svn://myhost.foo.local/repo//blah-1/trunk, not the // after repo. The project would download find, but the // after repo was messing things up. I changed the // to / and SVN_REVISION was then showing up fine. Thanks, Aris -- You received this message because

Re: JBOSS Management Plugin

2013-03-04 Thread Christoph Kutzinski
Hi, sorry that you didn't get any response so far. Unfortunately I'm not familiar with the JBoss management plugin, but usually you find the configuration for plugins either in the global management section (manage Jenkins) or in the jobs' configuration page. Have you looked there already?

RE: SVN 1.4 and SVN 1.7.5

2013-03-04 Thread Andrew Kujtan
I believe he means the working copy. Which AFAIK isn't currently possible as there is no per project SVN setting, just the global setting. Sami's point is valid, why do you even want to use 2 different SVN versions locally anywhay? -Original Message- From:

Re: Frequent crashes

2013-03-04 Thread MDKF
Unfortunately that's not really an option. On Saturday, March 2, 2013 4:51:13 PM UTC-5, sti wrote: Unless someone comes up with better advice, I would suggest you remove/disable the Active Directory plugin and try if it still crashes. -- Sami Michael Fowler michael...@gmail.com

Re: SVN 1.4 and SVN 1.7.5

2013-03-04 Thread Rahul k a
Here are more details: We have 2 projects- Proj A Proj B. Proj A is with SVN v1.4 Proj B is with SVN v1.7. When we change the configuration in Jenkins either to 1.4 or 1.7 Proj B build is successful. But the Proj A which is with v1.4, even if we change it to 1.4 or 1.7, still it fails. Please

Re: Using subversion on a Mac OS X slave

2013-03-04 Thread Stuart Whelan
Hi Jean-Christophe, Thanks you for looking at my issue, I appreciate it! I am using 1.45 of the Jenkins Subversion Plug-in, but I have also previously tried 1.44. The OSX and subversion project is the first OSX and first subversion project we have tried to migrate from CCNET, so I am unable to

Re: Using subversion on a Mac OS X slave

2013-03-04 Thread Stuart Whelan
I can now report that I am getting the exact same error when using subversion 1.6.17 on Ubuntu. On Tue, Mar 5, 2013 at 8:41 AM, Stuart Whelan stu...@somepointinthefuture.co.nz wrote: Hi Jean-Christophe, Thanks you for looking at my issue, I appreciate it! I am using 1.45 of the Jenkins

Re: SVN 1.4 and SVN 1.7.5

2013-03-04 Thread Les Mikesell
On Mon, Mar 4, 2013 at 1:35 PM, Rahul k a rahulkanan...@gmail.com wrote: Here are more details: We have 2 projects- Proj A Proj B. Proj A is with SVN v1.4 Proj B is with SVN v1.7. When we change the configuration in Jenkins either to 1.4 or 1.7 Proj B build is successful. But the Proj A

GitHub Pull Request Builder Link

2013-03-04 Thread William Soula
I noticed there are two links for the GitHub pull request builder plugin: https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin https://wiki.jenkins-ci.org/display/JENKINS/Github+pull+request+builder+plugin Notice the only difference is one has a capital 'H' in github and

GitHub Pull Request Builder

2013-03-04 Thread William Soula
Does the GitHub Pull Request Builder work with enterprise git? I have https://[gitServer]/api/v3 set on the main jenkins config page for Github server api URL I have https://[gitServer]/[user]/[repo] set for the github project text box I get this error in the Jenkins log: Mar 4, 2013 2:42:14

Re: Frequent crashes

2013-03-04 Thread MDKF
And it crashed again. Jenkins averages about 4 hours uptime... stdout: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x01a8a3e3, pid=4872, tid=3672 # # JRE version: 6.0_41-b02 # Java VM: Java HotSpot(TM) Client VM

Re: Frequent crashes

2013-03-04 Thread Stuart Whelan
Do you have the Timestamper plugin installed? This plugin was causing this kind of crash for me, disabling the plugin fixed them. On Tue, Mar 5, 2013 at 10:04 AM, MDKF michaeldkfow...@gmail.com wrote: And it crashed again. Jenkins averages about 4 hours uptime... stdout: # # A fatal error

Pagination for 'All' view ?

2013-03-04 Thread Octavian Covalschi
Hi, Is there an easy way to add pagination to 'All' view in Jenkins? We have about 200 small jobs created and may have more, I'd like to paginate those, or limit somehow list of them... Thank you in advance. PS: All jobs are pretty much the same, so I can't really filter/group them... -- You

Re: Send e-mail to committers on failure (Git)

2013-03-04 Thread Eduardo Dias
Thanks Andreas, I tried and worked Eduardo 2013/3/1 Andreas Sommer andreas.somme...@googlemail.com The latest email-ext plugin and Git plugin should work fine. Take a look at your build console log, does it give you an error, e.g. SMTP server connection failed? It should also tell you to

Slave can't connect with non-root user

2013-03-04 Thread fpuente00
Hello, Using MacOS as slave, jenkins 1.504. I can't get the slave to start if no using the root account: admin$ java -jar /Users/Shared/Jenkins/Home/war/WEB-INF/slave.jar -jnlpUrl http://xxx.xxx.com:8080/jenkins/computer/xxx/slave-agent.jnlp This quit immediately with the following output:

Adding PreBuildCleanup to job

2013-03-04 Thread Eric Pyle
I've been working on a Groovy script to add PreBuildCleanup to certain jobs. I followed the example of the Groovy script to add timestamper to all jobs [1]. The problem is, I can't come up with the right constructor for the PreBuildCleanup. I know it must be simple, but I'm just learning to

Re: Frequent crashes

2013-03-04 Thread Michael Fowler
Yes I do. I'll give that a try. On Mon, Mar 4, 2013 at 4:09 PM, Stuart Whelan stu...@somepointinthefuture.co.nz wrote: Do you have the Timestamper plugin installed? This plugin was causing this kind of crash for me, disabling the plugin fixed them. On Tue, Mar 5, 2013 at 10:04 AM, MDKF

Re: Explanation needed: Difference between User and UserProperty

2013-03-04 Thread Christopher Orr
Hi there, There's a jenkins-dev mailing list where you're more likely to get a response. But in general, a User is a user, and each one can have multiple UserProperties (e.g. their email address is a property, their API token is a property). Chris On 03/04/2013 02:38 PM, Jannik Kett