jshint_cli command failing in Jenkins

2014-01-13 Thread Simona Avornicesei
Hi all, I have a Jenkins 1.546 instance installed as a service on a W7 machine. It runs under a local admin account, the same account I use to RDP into that machine. I installed nodejs v 0.10.24. In one of the jobs I'm running the following build steps as windows batch command: batch command 1:

RE: Clearcase integration with Jenkins to schedule jobs

2014-01-13 Thread Palanilkunnathil Melemuriyil, Vinod P
Thanks Slide. With the Clearcase plug-in installed in Jenkins, wouldn't it be possible to poll SCM (i.e Clearcase) for any changes that are delivered to Integration Stream by the developers. If any changes are found in Integration Stream then Jenkins runs the particular build job. Regards T.S

Re: Clearcase integration with Jenkins to schedule jobs

2014-01-13 Thread Slide
I think for the automatic triggering, you would need to implement a trigger in Clearcase that would initiate a build via URL. There really isn't a native way for Clearcase to notify Jenkins that someone delivered something, you would need to roll your own. slide On Mon, Jan 13, 2014 at 8:49 PM,

Clearcase integration with Jenkins to schedule jobs

2014-01-13 Thread Vinod P
Hello all, I am a newbie to Jenkins and Clearcase and have been going through the various options of Jenkins to facilitate CI. However, I am not sure on how to configure Jenkins with UCM Clearcase in such a way that when a developer delivers his code to the Integration Stream in Clearcase (after

Re: Multiple SCM Plugin: commit trigger notify upon change, but do Jenkins should not update sources?

2014-01-13 Thread Mark Waite
If your git server is allowed to use "curl" to read a URL on your Jenkins server, then you can use a git commit hook to notify the top level project on any submission to all of the repos you listed. Each repo would have a hook to the same URL (the URL for your top level job) so that any time a cha

Multiple SCM Plugin: commit trigger notify upon change, but do Jenkins should not update sources?

2014-01-13 Thread Craig Rodrigues
Hi, I am setting up Jenkins for the FreeNAS ( http://www.freenas.org ) project. The FreeNAS source code is made up of multiple git repositories: repo1 repo2 repo3 etc. In the top-level Makefile for our project, we have a Makefile target: make checkout Thi

Re: Build triggers not working after upgrading to 1.546 and 1.547

2014-01-13 Thread Slide
I seem to remember seeing something like before, but in my case I was accidentally kicking off the original job AGAIN from the new job, so there was a weird circular build queue going on. I'll see if I can dig up any notes I made on the situation. On Mon, Jan 13, 2014 at 2:27 PM, Sarah Renick wro

Re: Build triggers not working after upgrading to 1.546 and 1.547

2014-01-13 Thread Sarah Renick
All changes plugin 1.3 Ant Plugin 1.2 Audit Trail 1.8 Backup plugin 1.6.1 Blame Upstream Committers 1.2 Build Blocker Plugin 1.4.1 Compact Columns 1.10 conditional-buildstep 1.3.3 Config File Provider Plugin 2.7.1 Copy Artifact Plugin 1.28 Credentials Plugin 1.9.4 Dashboard View 2.9.2 Dependency Gr

Re: Build triggers not working after upgrading to 1.546 and 1.547

2014-01-13 Thread Slide
Which plugins do you have an what are their versions? On Mon, Jan 13, 2014 at 2:03 PM, Sarah Renick wrote: > This is my first question to the group so please bear with me. > We upgraded from Jenkins 1.52x (can't remember exactly) to 1.546 and also > upgraded all our plugins. We have 4 build job

Build triggers not working after upgrading to 1.546 and 1.547

2014-01-13 Thread Sarah Renick
This is my first question to the group so please bear with me. We upgraded from Jenkins 1.52x (can't remember exactly) to 1.546 and also upgraded all our plugins. We have 4 build jobs. CommitBuild1 triggers CommitBuild2 which triggers CommitBuild3 which triggers CommitBuild4. All were working

Re: Run sequential jobs on SCM change in jenkins

2014-01-13 Thread Daniel Beck
Are they using the same SCM URLs, so that whatever triggers job2 should also trigger the others? If so, use SCM Trigger for job1, and select to build job2 after job1 is finished. Do the same with job3 after job2, and job4 after job3. On 13.01.2014, at 20:24, Tushanka hak wrote: > Hi All, > >

Re: Run sequential jobs on SCM change in jenkins

2014-01-13 Thread Slide
build-flow would be very easy for this. On Mon, Jan 13, 2014 at 12:24 PM, Tushanka hak wrote: > Hi All, > > > I have a requirement where i need to run Job1 ,Job2 ,Job3 ,Job 4 in a > sequential way and these jobs should only be triggered on SCM change > > > Thanks in advance > > -- > You received

Run sequential jobs on SCM change in jenkins

2014-01-13 Thread Tushanka hak
Hi All, I have a requirement where i need to run Job1 ,Job2 ,Job3 ,Job 4 in a sequential way and these jobs should only be triggered on SCM change Thanks in advance -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this g

Re: How to bring the history back if a job has been renamed

2014-01-13 Thread Daniel Beck
Run 'Manage Jenkins » Reload Configuration from Disk' after renaming a job and/or update to 1.546, which doesn't have JENKINS-18678 anymore. On 13.01.2014, at 19:43, Maneesh M P wrote: > Hi, > > I have a job which has many builds executed, I just renamed the job and all > the build history

How to bring the history back if a job has been renamed

2014-01-13 Thread Maneesh M P
Hi, I have a job which has many builds executed, I just renamed the job and all the build history is lost. How to bring back the history and display in jenkins UI ? Thanks, M -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: Multi-line default values for new "text parameter" in Jenkins 1.418

2014-01-13 Thread Zhan Cao
I found a way to get around it. Use firebug or other browser developer tools to change the "input" tag into a "textarea" , then the single line textbox becomes a multiple line textarea, cut the original value from "value" attribute, and paste it into the text area. -- You received this messag

Re: Publish over CIFS plugin - Clean remote option

2014-01-13 Thread Jurica Krizanic
Yes, I want to disable the ability to have the Clean remote, because turning the option on unintentionally could cause damage on my remote location (even the backup exists). I will open a JIRA issue anyway. In the meantime, I will probably modify the plugin locally. Thank you for your help! Be

Using job generator with parameter factories

2014-01-13 Thread adamisb
Hi everyone, I would like to use job generator plugin to dinamically build jobs depending on parameter files and do not really manage to pass generator parameters between jobs. When I use "Post-build Actions" > "Trigger parameterized build on other project" and "Predifined Generator parameters" t

Re: Publish over CIFS plugin - Clean remote option

2014-01-13 Thread Slide
Oh, I misunderstood, you want to disable the ability to have the Clean remote option there at all? There is definitely not a way to do that. You'd need to modify the plugin locally for that. You can file an issue in JIRA, but I am not sure the Publish Over CIFS plugin has a current maintainer. On

Re: Publish over CIFS plugin - Clean remote option

2014-01-13 Thread Jurica Krizanic
Can't find any system option in the plugin! Is it possible in the next version that enabling/disabling Clean remote option becomes configurable? At the moment for me, only possible solution would be to remove the checkbox related to Clean remote option from https://github.com/jenkinsci/publish-ov

RE: Beta release of Gerrit Trigger plugin 2.11.0

2014-01-13 Thread Sandell, Robert
2.11.0-beta-4 has been soaking during the holidays and I haven’t seen any burning issues, so I’ll do a release this week on what was in that version as 2.11.0 Robert Sandell Software Tools Engineer - SW Environment and Product Configuration Sony Mobile Communications From: jenkinsci-...@google

Re: Jenkins 1.532.1 waits/ > 90% CPU consumption + message "Could not find local repository"

2014-01-13 Thread Rainer W
Looks like i found the issue: the DiskUsage Plugin. Had peaks every 6 hours -> but normally there should be no jobs running at 6 in the morning. Did search and found that the DiskUsage plugin had a cron expression for that ( 0 */6 ). Did now disable the plugin an the last build was 'fast' again

Re: Publish over CIFS plugin - Clean remote option

2014-01-13 Thread Slide
If there is not an option in the configuration, your best bet would be to look in the source to see if there is a system property you can set. On Jan 13, 2014 3:22 AM, "Jurica Krizanic" wrote: > Hi everyone, > is it possible to disable the *Clean remote* option in *Publish over > CIFS*plugin? >

Re: jenkins does not find my ant script located on network windows drive

2014-01-13 Thread Slide
Mounted shares can't be used by services unless the service is the one that mounts it. This is a known Windows problem if you search around. You'll have to mount the share via a bat command or something. On Jan 13, 2014 2:26 AM, "Gilles Kacki" wrote: > Hello, > cannot make jenkins finding my ant

Re: jenkins does not find my ant script located on network windows drive

2014-01-13 Thread Gilles Kacki
the only workaround i found is to add a build step before "Ant" called "Execute Windows Batch command" with following net use S: /Delete /y net use S: \\pc1\share /PERSISTENT:YES which i do not find very elegant by the way. Any other clean solution? I have win7 On Monday, January 13, 2014 10

Re: Jenkins deploy to maven site

2014-01-13 Thread jieryn
Make your job parameterized, add a parameter which lists the SCM tags, refer to that variable in the SCM checkout section. On Mon, Jan 13, 2014 at 7:12 AM, Trista Monaghan wrote: > I need a separate site job to deploy to maven site after release build. How > can I deploy the correct version witho

Timer task hudson.model.Queue$MaintainTask@3e4523d6 failed

2014-01-13 Thread Robert Weclawski
hi everyone, one one of our servers we got a quite strange problem. Jenkins itself starts properly but whenever its going to run one of jobs we got exception line this one: https://pastebin.com/raw.php?i=FTW2TDY0 I guess one of the config XML is broken. I already checked queue.xml and it looks fi

Jenkins deploy to maven site

2014-01-13 Thread Trista Monaghan
I need a separate site job to deploy to maven site after release build. How can I deploy the correct version without SNAPSHOT dependency? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Jenkins + xCode

2014-01-13 Thread Greywing
Hello! Please help me. I use Jenkins and xCode for CI, but after build I can't open .app in iOS simulator. In xCode I set i386 architecture for any iOS simulator. What kind of settings I must change? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

Publish over CIFS plugin - Clean remote option

2014-01-13 Thread Jurica Krizanic
Hi everyone, is it possible to disable the *Clean remote* option in *Publish over CIFS*plugin? I would like to disable it in order to prevent cleaning of remote directory before copying. Thank you in advance! Best regards, Jurica Krizanic -- You received this message because you are subscrib

jenkins cli giving an error

2014-01-13 Thread Jon
Hi while executing an jenkins cli i am getting below error: FATAL: nulljava.lang.NullPointerException at org.jenkinsci.plugins.jenkinsreviewbot.ReviewboardNotifier.notifyReviewboard(ReviewboardNotifier.java:71

Re: Securely obtain the Jenkins package and public key

2014-01-13 Thread teilo
On Sunday, 12 January 2014 22:20:17 UTC, Abhijith Chandrashekar wrote: > > > Of course, you'd need a secure way to make sure it's actually his > signature, but that should be easier than changing the entire distribution > chain. > > That's exactly the problem. Any ideas on how I can do that? > >

jenkins does not find my ant script located on network windows drive

2014-01-13 Thread Gilles Kacki
Hello, cannot make jenkins finding my ant script located on a windows mounted drive although: jenkins service started by same user than the one for mounting the drive. Also tried with UNC path but unfortunately not supported... any hint? Thanx! Jenkins ver. 1.546, behind Apache 2.4 -- You