Re: groovy script error No such property: manager for class

2012-07-23 Thread Bill Ross
Hi Kamal, Since your post appeared in google's archive as a continuation of my thread, it gives the impression that you were looking at my mail then replied with substituting your title for mine. If you didn't do that, maybe it's a bug somewhere, my apologies. Bill Kamal Ahmed wrote: > Bill, >

ERROR: Missing Resources: The following symbols/resources were specified, but were not found in the workspace.

2012-07-23 Thread Kamal Ahmed
Hi, I am running an ant task against a target, and its working on the command line, but in Jenkins, its not working and i get this error: ERROR: Missing Resources: The following symbols/resources were specified, but were not found in the workspace.

Re: CloudBees Free Enterprise Plugins 1.8 and earlier broken on Jenkins 1.474+

2012-07-23 Thread Stephen Connolly
I would recommend downloading manually the following two plugins: http://jenkins-updates.apps.cloudbees.com/download/plugins/cloudbees-license/3.3/cloudbees-license.hpi http://jenkins-updates.apps.cloudbees.com/download/plugins/cloudbees-plugin-gateway/1.10/cloudbees-plugin-gateway.hpi stop jenkins

Re: [OT] CI with 2 CI servers...

2012-07-23 Thread Les Mikesell
On Mon, Jul 23, 2012 at 9:57 AM, romje wrote: > Hi all, > I wondered if someone went to same conclusions I could have made... > I 'm working for one very client in France , this company owns seevral > brands , several entities through fusion and other buy games... > These companies may work with d

[OT] CI with 2 CI servers...

2012-07-23 Thread romje
Hi all, I wondered if someone went to same conclusions I could have made... I 'm working for one very client in France , this company owns seevral brands , several entities through fusion and other buy games... These companies may work with different software companies like offshore indian compan

Re: CloudBees Free Enterprise Plugins 1.8 and earlier broken on Jenkins 1.474+

2012-07-23 Thread Arnaud Héritier
I have 1.474 with 1.7 version of the plugin. I see 1.10 in the update center, I asked to jenkins to install it several times but it is always 1.7 which is used (even after a restart). Any idea about this upgrade issue ? I'll try to mak more tests later, for now jenkins-updates.cloudbees.com is dow

Re: AD based Authentication for Jenkins from Local Accounts

2012-07-23 Thread krishna chaitanya kurnala
Hi Walter Which users/groups do you mean to say? I already have admin priviliges in my jenkins local user. Thanks, Krishna Chaitanya On Mon, Jul 23, 2012 at 7:25 AM, Walter Kacynski wrote: > Did you add yourself with Administrator privileges in the Users/Groups > panel before activating securi

Re: AD based Authentication for Jenkins from Local Accounts

2012-07-23 Thread Walter Kacynski
Did you add yourself with Administrator privileges in the Users/Groups panel before activating security? On Monday, July 23, 2012 4:18:51 AM UTC-4, krishna kurnala wrote: > > Hello Guys > > Can one of you guide me through the process involved, we are currently > using Jenkins Local Usernames/Pas

Re: Re: Re: LTS 1.466.1 RC1 testing

2012-07-23 Thread Vojtech Juranek
> I'm not clear how a new user installing Jenkins LTS will be able to choose > the 1.1.20 release of the git plugin. I had to download it separately, > name it appropriately (replace .hpi with .bak), copy it into the plugins > directory, then restart Jenkins. Once that was done, Jenkins core > r

Workspace Directory From Another Job?

2012-07-23 Thread Fisher, Allen
Hi All-- We're setting up a job that does a couple of things once per day for multiple projects: 1. Delete certain files from the workspace if they're older than a specified amount of time. 2. Copy the output of the last successful build to an archive location on another server. I looked at t

Re: Xcode Plugin Issues

2012-07-23 Thread Fisher, Allen
Hi Sami-- Thanks for responding. The plugin itself wasn't doing anything with the preprocessor. As it turns out, the build number had gotten significantly large enough to throw off a bit shift that was happening based on the build number and caused an overflow. We stamp a config file with the b

Re: upstream changeset info in the email-ext notify from downstream project

2012-07-23 Thread Varghese Renny
>From my opinion you can use promotion plugin in upstream job, for sending the build details about the downstream job.. You can config email-ext in upstream through promotion build.

upstream changeset info in the email-ext notify from downstream project

2012-07-23 Thread michael chiu
Hi ALL, I found many article from you about jenkins email-ext . Can you give me some advice about upstream changeset . I have 2 projects build and test . I would like to include upstream changeset info when downstream is failed in the email notification . I have used the groov

Re: Plugin for post build actions

2012-07-23 Thread Varghese Renny
one more thing to add, Can i add email notification to conditional build step.? Can i send email to some recipient using shell script from jenkins? Is there any plugin available to restrict email notification while commit come from upstream jobs? i can't remove email notification of job B since it

Bug with svn "emulate clean checkout" and files added in a branch and merged to trunk

2012-07-23 Thread Chris Withers
Hi All, We have a number of jobs that use the "Emulate clean checkout by first deleting unversioned/ignored files, then 'svn update'" method of the svn plugin. This had been working fine, but we recently had a branch merged into trunk that added some files. When the Jenkins jobs configured a

Re: Jenkins URL and TCP Port change

2012-07-23 Thread Varghese Renny
Hi krishna you can change the port number of tomcat..by editing server.xml inside the config folder..

AD based Authentication for Jenkins from Local Accounts

2012-07-23 Thread krishna chaitanya kurnala
Hello Guys Can one of you guide me through the process involved, we are currently using Jenkins Local Usernames/Password to Authenticate and we need to have people login with their AD Accounts instead now. I installed AD plugin, gave the details of our AD of our company, it ran fine and I am able

Jenkins URL and TCP Port change

2012-07-23 Thread krishna chaitanya kurnala
Hello Guys I have a couple of basic questions, we are deploying our jenkins as a web application(jenkins.war) in Tomcat. *I want to change the URL name for our Jenkins, instead of, hostname:portnumber/jenkins. How can I do this ?* * * *I aslo want to change the Port Jenkins is listening to, from

Cobertura Plugin - Linking reports from child module

2012-07-23 Thread Peter Miklosko
We have project with following layout parent app core instrumentation There is cobertura plugin in core module. I'm able to generate reports from command line no problem at all (XML and HTML) I'm even able to see them in workspace on Jenkins. However I'm not able to link these reports with Jenki