Create Promoted Build config via CLI/API

2014-04-14 Thread Richard Bywater
Hi I've just discovered the wonder that is the promoted build plugin (don't why I've never really come across it before!) However one issue I'm having with introducing it's use is that it appears that the only way to configure a promotion is via the Job Configuration screen. Given we use Jenkins

Re: Outlook365 email notification is failing

2014-04-14 Thread Munaf Kotawdekar
Hi, Please find below configuration file: Is there any other seting. I remember setting starttls parameter in Jenkins startup as a JVM option. Cant remember where this setting needs to be entered. Thanks, Munaf On Fri, Apr 11, 2014 at 7:45 PM, Slide wrote: > Can you post yo

Logger info needed for buildgraph view plugin

2014-04-14 Thread Tom Sackett
The buildgraph view plugin sometimes works, sometimes not. I'd like to capture its log info to see if I can understand what's happening. Could someone please tell me the name of the logger to use? thanks, Tom -- You received this message because you are subscribed to the Google Groups "Jenkins

Jenkins and MSBuild looking for suggestion

2014-04-14 Thread J Starbird
I have setup Jenkins to use MSBuild and have the MSBuild setup that it builds the projects from an ItemGroup (array of projects). I would like to be able to build all the projects, even if one fails, and at the end know which one failed. I've tried several different methods within MSBuild but

Path to vstest.console.exe?

2014-04-14 Thread Jeff Dege
I'm just starting to play around with Jenkins. I'm working with a simple test project - single .sln, with single .csprog, with a single unit test class. Build is working fine, but I can't get the tests to run. I've installed, and attempted to configure the vstest plugin, and it doesn't even s

Re: SCM Sync Configuration plugin exception

2014-04-14 Thread Igor Berger
I've downgraded Subversion plugin and SCM sync is working again. Thanks a lot for your help! On Monday, April 14, 2014 5:02:43 PM UTC-4, Daniel Beck wrote: > > > On 14.04.2014, at 22:43, Igor Berger > > wrote: > > > Thanks. How could I confirm that? > > The problem is that SCM Sync was writte

Re: SCM Sync Configuration plugin exception

2014-04-14 Thread Daniel Beck
On 14.04.2014, at 22:43, Igor Berger wrote: > Thanks. How could I confirm that? The problem is that SCM Sync was written to rely on internals of Subversion plugin that were changed in the 2.0 release. Subversion plugin 2.0: https://github.com/jenkinsci/subversion-plugin/blob/subversion-2.0/s

Re: SCM Sync Configuration plugin exception

2014-04-14 Thread Igor Berger
Thanks. How could I confirm that? Also, does that mean there is a version of Credentials plugin I can downgrade to in order to make SCM Sync work? On Monday, April 14, 2014 3:10:17 PM UTC-4, Kevin Fleming wrote: > > The SCMSync plugin may not have been upgraded to support usage of the > Creden

java.lang.OutOfMemoryError: unable to create new native thread

2014-04-14 Thread solid
Hi Guys Over the last few weeks I have been getting memory errors with jenkins. It first starts of as "pending—Waiting for next available executor" when attempting to execute a new job. I restart the jenkins daemon only to be confronted with the following error on the web GUI: Apr 14, 2014 7:1

Re: SCM Sync Configuration plugin exception

2014-04-14 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The SCMSync plugin may not have been upgraded to support usage of the Credentials plugin yet. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Apr 14 2014 14:29:26 I just noticed that https://wiki.jenkins-ci.org/display/JENKINS/ScmSyn

Re: SCM Sync Configuration plugin exception

2014-04-14 Thread Igor Berger
I just noticed that https://wiki.jenkins-ci.org/display/JENKINS/ScmSyncConfig+Troubleshootings says that my hudson.scm.SubversionSCM.xml file should contain the SVN credentials. The contents of this file is included below and doesn't contain any credentials. SVN credentials are set under Jenki

Re: Enabling "RunScripts" in security set up

2014-04-14 Thread Walter Kacynski
In the current state, yes. As per a conversation with Jesse Glick: > Do not do that. Contrary to appearances, it is actually a stronger > permission than Overall/Administer. > > In order for regular users to define flows using Build Flow, the plugin > would have to be integrated with > this<

Re: Enabling "RunScripts" in security set up

2014-04-14 Thread VFloyd
Thanks Walter. So this is necessary for the "Build Flow" as well as the "Job DSL" plugin? On Monday, April 14, 2014 9:59:27 AM UTC-7, Walter Kacynski wrote: > > This would allow any user to run a system groovy script thru the CLI or > Groovy Plugin. > > On Monday, April 14, 2014 10:17:11 AM UT

SCM Sync Configuration plugin exception

2014-04-14 Thread Igor Berger
Hello, SCM Sync Configuration plugin used to work great until a couple of months ago. Since then, it doesn't sync. I see an "ERROR" in Manage Jenkins / Configure System screen. When I click on it, I see a callstack. Below is the same call stack from jenkins.err.log. I tried reinstalling SCM S

Re: Enabling "RunScripts" in security set up

2014-04-14 Thread Walter Kacynski
This would allow any user to run a system groovy script thru the CLI or Groovy Plugin. On Monday, April 14, 2014 10:17:11 AM UTC-4, VFloyd wrote: > > Morning, > What functionality, exactly, would I be opening up if I enable > "RunScripts" in our security setup? > > Thanks > Vanetta > -- You re

Re: Filter culprits on email-ext

2014-04-14 Thread Slide
I added it to the Email-ext Recipes [1] page I created on the wiki. slide 1 - https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+Recipes#Email-extRecipes-FilterRecipientsOnDomain On Mon, Apr 14, 2014 at 9:04 AM, Jon Schewe wrote: > For those that might want to do this themselves. I wanted

Re: Filter culprits on email-ext

2014-04-14 Thread Jon Schewe
For those that might want to do this themselves. I wanted to only send to gooddomain.com and not send anywhere else. Here is the script that worked. recipients = msg.getRecipients(javax.mail.Message.RecipientType.TO) filtered = recipients.findAll { addr -> addr.toString().contains('@ gooddomain.co

Re: How to set email address for a user when using AD?

2014-04-14 Thread Slide
Looks to be this block of code [1], not sure what it does as I am not a web person. 1 - https://github.com/jenkinsci/jenkins/blob/master/war/src/main/webapp/scripts/sortable.js#L207 On Mon, Apr 14, 2014 at 8:04 AM, David Aldrich wrote: > Yes: > > > > SCRIPT5007: Unable to set value of the pro

Re: Jenkins LTS startup errors when accessing jobs copied from another windows instance of jenkins running under tomcat

2014-04-14 Thread Eric Wood
This is merely copying from one folder tot he next on the same system. On Monday, April 14, 2014 10:36 AM, Mark Waite wrote: Any chance that the copy was made to a new machine, and that the new machine does not allow you to create symbolic links? I thought that the Windows default was to disa

RE: How to set email address for a user when using AD?

2014-04-14 Thread David Aldrich
Yes: SCRIPT5007: Unable to set value of the property 'innerHTML': object is null or undefined sortable.js, line 209 character 17<0> David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide Sent: 14 April 2014 15:52 To: Jenkins User Mailing List

Re: How to set email address for a user when using AD?

2014-04-14 Thread Slide
Any errors in the js console on ie9? Hi Just for the record, the people list is displayed in Firefox but not in IE9. Best regards David *From:* jenkinsci-users@googlegroups.com [mailto: jenkinsci-users@googlegroups.com] *On Behalf Of *David Aldrich *Sent:* 11 April 2014 13:51 *To:* jen

Re: Jenkins LTS startup errors when accessing jobs copied from another windows instance of jenkins running under tomcat

2014-04-14 Thread Mark Waite
Any chance that the copy was made to a new machine, and that the new machine does not allow you to create symbolic links? I thought that the Windows default was to disallow the creation of symbolic links and a specific action was required to allow symbolic links. Mark Waite On Mon, Apr 14, 2014

Re: Jenkins Version

2014-04-14 Thread El alaoui Mohamed Reda
Thank you Mark. 2014-04-14 16:20 GMT+02:00 Mark Waite : > If you want a stable version, you should probably install the "Long Term > Support" release. Currently that is 1.532.3. It is available from > http://mirrors.jenkins-ci.org/windows-stable/latest . The Long Term > Support tab at http:

Jenkins LTS startup errors when accessing jobs copied from another windows instance of jenkins running under tomcat

2014-04-14 Thread Eric Wood
I have downloaded and installed a native install of Jenkins ... the current LTS version.  I copied the jobs folder from the current instance running under Tomcat to the new native install.  When it starts up I get the following errors in my log: SEVERE: Failed Loading job CCI-ctmsecrfwsclient_1

Re: Jenkins Version

2014-04-14 Thread Mark Waite
If you want a stable version, you should probably install the "Long Term Support" release. Currently that is 1.532.3. It is available from http://mirrors.jenkins-ci.org/windows-stable/latest . The Long Term Support tab at http://jenkins-ci.org/ includes links to the various platform versions of

Enabling "RunScripts" in security set up

2014-04-14 Thread VFloyd
Morning, What functionality, exactly, would I be opening up if I enable "RunScripts" in our security setup? Thanks Vanetta -- 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

AUTO: Andreas Schilling/Twt-Gmbh is out of the office. (Rückkehr am 23.04.2014)

2014-04-14 Thread Andreas Schilling
Ich kehre zurück am 23.04.2014. Bitte wenden Sie sich in dringenden Fällen an Dr. Thorsten Scheibler (thorsten.scheib...@twt-gmbh.de) oder telefonisch an das TWT Sekretariat Tel: +49-7111/215777-0. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht  "Re: Trigger a job Y after an art

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

RE: How to set email address for a user when using AD?

2014-04-14 Thread David Aldrich
Hi Just for the record, the people list is displayed in Firefox but not in IE9. Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: 11 April 2014 13:51 To: jenkinsci-users@googlegroups.com Subject: RE: How to set

Re: Template Project Plugin : "use all the publishers from this project" is not triggering a new build.

2014-04-14 Thread Sampath
This issue is fixed after enabling "Any Build Step" in the flexible publish plugin configuration under global jenkins config. For this "Any Build step" plugin has to be installed. On Wednesday, February 12, 2014 4:12:03 PM UTC+1, Sampath wrote: > > Hi, > > We are facing problems with template pro

Jenkins server setup in mac

2014-04-14 Thread 敬錞潘
Hi I already can connect Jenkins server by using http://127.0.0.1:8080/ But how can I connect Jenkins server by using http://[My real IP]:8080/ And let other pc connect my Jenkins server to do something? Thanks. Regards. -- You received this message because you are subscribed to the Google Grou

RE: Trigger a job Y after an artifact from job X has been released?

2014-04-14 Thread James Nord (jnord)
From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Maciej Jaros Sent: 14 April 2014 10:46 To: jenkinsci-users@googlegroups.com Subject: Re: Trigger a job Y after an artifact from job X has been released? dev123 (2014-04-09 22:06): I have a few maven pr

Re: Trigger a job Y after an artifact from job X has been released?

2014-04-14 Thread Maciej Jaros
dev123 (2014-04-09 22:06): I have a few maven projects A, B and C on Jenkins. I have configured the maven-release-plugin for the projects so I can release them with a single click on the release button. Now I have another project that picks up released artifacts, integrates them and runs a QA