Re: Issue with Jenkins on CentOS 7 creating symbolic link to Windows Share using CIFS

2015-08-06 Thread Jayaram Prabhu Durairaj
Did anyone find a solution ? Thanks Jay On Thursday, October 30, 2014 at 10:32:16 PM UTC-7, Kosta Tenedios wrote: To whom it may concern, I have recently set up a Jenkins instance running on CentOS 7. I have also mounted a Windows Share to this box and am able to read and write to it.

Moving a job to a Folder

2015-08-06 Thread Daniel Laird
All, I amusing the cloudbees plugin that creates folders. I am now trying to move some jobs that are currently in a 'view' into a folder. I can easily query and list all the jobs in a view in groovy but I am struggling to move the job into a folder. I have tried various methods - if anyone has

RE: Jenkins CI with repo

2015-08-06 Thread Matthew.Webber
Hi Harisha, If we have changes across multiple repositories that need to be tested together, our developers push them to the Gerrit review queue and specify a Gerrit topic (push to refs/for/master%topic=ABC). All related changes have the same topic. The test jobs in Jenkins that are normally

Re: Changelog on Jenkins wiki broken

2015-08-06 Thread Daniel Beck
You're getting nothing that's substantial enough to warrant a changelog entry. With a weekly release schedule, something like this may happen once in a while. I updated the changelog to explicitly mention that. On 06.08.2015, at 11:14, matthew.web...@diamond.ac.uk wrote: If I look at the

Send status emails to jenkins user and not mail addresses

2015-08-06 Thread dziwis
Hello, the email plugins take email addresses as targets. Is there any possibility to use the jenkins user? This should be trivial as jenkins knows thanks to ldap in my case the users email. And there is no trivial function like: f(username) = usermail in our company. Thanks Gordian --

RE: Changelog on Jenkins wiki broken

2015-08-06 Thread Matthew.Webber
Thanks Daniel, for some reason I didn’t realize that we'd moved to a weekly release schedule. Matthew -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck Sent: 06 August 2015 10:45 To:

Re: How to set the upstream job build status based on downstream build status.

2015-08-06 Thread Olli Sivonen
Hello, Sorry to reply to such an old post, but this is relevant to my current situation, and as I'm unable to find any other relevant discussion around this issue, I'm inclined to continue here instead of making a new topic. I'm trying to achieve the following: Non-blocking downstream build

Re: How to set the upstream job build status based on downstream build status.

2015-08-06 Thread Stephen Connolly
Why not have the triggering job be a workflow? Workflows do not eat up an actual executor unless they are using a Node. On 6 August 2015 at 11:10, Olli Sivonen olt...@gmail.com wrote: Hello, Sorry to reply to such an old post, but this is relevant to my current situation, and as I'm unable

Re: How do I include console colors emitted from .NET applications (windows)

2015-08-06 Thread Ivo Bellin Salarin
I suppose that the ANSI color plugin uses ANSI codes to detect colors. I think that this is just unsupported on windows, since the windows console (cmd.exe -- invoked by Jenkins) is not a terminal emulator. you could try using ansicon, according to stackoverflow. But this looks like a solution

Re: Debug 'Trigger a remote parameterized job'

2015-08-06 Thread punagrawal
Having the same issue. Getting a NullPointer. On Wednesday, July 1, 2015 at 9:59:01 AM UTC-7, Steve K wrote: Thanks @rginga I can't get away with using 'no authentication'. Otherwise, my configuration of the trigger looks pretty similar to yours. I'm still looking for some sort of trail

deployer weblogic plugins

2015-08-06 Thread rgaddam
Guys can anyone help me to configure the weblogicas deployment target on jenkins user interface. -- DISCLAIMER: This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended

AUTO: Steve Kerxhalli is out of the office (returning 08/10/2015)

2015-08-06 Thread Steve Kerxhalli
I am out of the office until 08/10/2015. Please contact Tim Strong if you need assistance or E-mail DMS-DCS-SCM Note: This is an automated response to your message Re: Debug 'Trigger a remote parameterized job' sent on 8/6/2015 9:47:38 PM. This is the only notification you will receive

Re: Signature verification failed in update site 'cloudbees-proprietary'

2015-08-06 Thread Jeff
Unfortunately no, I just removed all cloudbees plugins and web back to using more tabbed layout (we were using the free Folders plugin). In our case, I suspect it is/was related to being inside a secure development environment with no internet access except through a proxy and something wasn't

CSS changes and the side panel

2015-08-06 Thread Daniel Serodio
We're currently using Jenkins 1.575, and planning to update to the latest LTS (1.609.2). The CSS seems to have changed, causing the side panel to be displayed wrong. With some views like Build Pipeline, I get a large empty block on the left (where the side panel normally appears), and with

Re: Discard only some artifacts?

2015-08-06 Thread Brian Ray
You could probably use a Console/Scriptler script to do the cleanup via the Hudson/Jenkins API, and in fact IIRC there are a couple Scriptler scripts that do things along these lines. On Thursday, August 6, 2015 at 8:21:05 AM UTC-7, matthew...@diamond.ac.uk wrote: I'm aware of the options

Jenkin publish junit report: properties tags attributes doesn't displayed on the report.

2015-08-06 Thread mishras
Jenkin publish junit report doesn't shows properties tags on the report, on below xml , report shows suite and test case details on report whereas property details doesn't display at all. Is anything need to be done for this ?? testsuite name=WLI-FI-Tests-Fake tests=6 failures=0 errors=0

Jenkin publish junit report doesn't shows properties tags attributes on the report.

2015-08-06 Thread Srikant Mishra
Jenkin publish junit report doesn't shows properties tags on the report, on below xml , report shows suite and test case details on report whereas property details doesn't display at all. Is anything need to be done for this ?? testsuite name=WLI-FI-Tests-Fake tests=6 failures=0 errors=0

Re: How do I get a custom Build Record Root Directory during a build?

2015-08-06 Thread Ioannis Moutsatsos
Thanks Daniel! Yes, I agree in principle about the anti-pattern! In our case however, builds from a variety of jobs write new metadata in a common properties file residing in one of a particular job build folder. Although reading and sharing data is well supported through the Jenkins API/REST,

Re: Send status emails to jenkins user and not mail addresses

2015-08-06 Thread Slide
Both Mailer and email-ext allow user names to be used. There are several implementations of address resolvers, including in the LDAP plugin. On Thu, Aug 6, 2015 at 3:37 AM dzi...@mogic.com wrote: Hello, the email plugins take email addresses as targets. Is there any possibility to use the

Changelog on Jenkins wiki broken

2015-08-06 Thread Matthew.Webber
If I look at the Jenkins changelog (http://jenkins-ci.org/changelog), it tells me that 1.623 was released on 2015/08/02, but the list of What's new is empty. Is this a glitch in the release process? I'm one of those people who likes to run the latest version (or near it), but wants to know what

Discard only some artifacts?

2015-08-06 Thread Matthew.Webber
I'm aware of the options for keeping old builds but deleting old artifacts. I have a slightly different requirement: I want to delete _some_ of the artifacts from old builds, but keep the builds themselves plus some of the artifacts. My artifacts comprise some large binaries (which I don't need

WebSphere Deployer Plugin - java.io.IOException: HTTPS hostname wrong

2015-08-06 Thread Siva Kalyan Chittamuru
Folks, I am trying to setup Jenkins Continous integration and deployment to WebSphere. WebSphere Version is 8.5.5. I have deployed WebSpehre Deployer Plugin and and test connection to Websphere is successful. How ever, when the build is completed in Jenkins, upload of archive is failing. Here