Gerrit Trigger and email notification

2015-01-15 Thread 李大明
I set up a Jenkins server and use gerrit trigger, I want to configure Jenkins to send notification mail when build fail. Problems are 1. Jenkins list commits that are merged in to target branch, not the commit in patchset. That causes some confusion 2. Jenkins knowns only user name from gerrit

Re: Security in Copy Artifact Plugin

2015-01-15 Thread Christopher Orr
On 01/15/2015 01:45 PM, Nigel Robbins wrote: Does anyone know the underlying tool/protocol (e.g. sftp) that is used to copy artifacts between jobs/nodes ? As with all communications between Jenkins nodes, the internal TCP remoting mechanism is most likely used: https://github.com/jenkinsci/re

Re: Automating Jenkins Deployments with Chef

2015-01-15 Thread Christopher Orr
Hi there, On 01/12/2015 01:46 PM, Kenneth Baltrinic wrote: I am working on creating a chef cookbook to automate our Jenkins infrastructure. I am using the opscode Jenkins cookbook as my starting point but it only has a few basic resources. I can see I am going to need use the cookbook's jenkin

Re: Error Acces Git Repositories : stderr: Permission denied (publickey).

2015-01-15 Thread Mark Waite
On Thu, Jan 15, 2015 at 2:45 PM, GPG Zatory wrote: > Hi, > > i have this error in mi jenkins : > > Failed to connect to repository : Command "git ls-remote -h > g...@github.com:vinco/x.git > HEAD" returned status code 128: > stdout: > stderr: Permission denied (publickey). > fatal: Could not rea

Unnecessary big build logs (JENKINS-21605)

2015-01-15 Thread Dirk Thomas
Hi, is there a good way to get the attention of the Jenkins developers to a specific ticket? I have tried IRC but haven't received any feedback. https://issues.jenkins-ci.org/browse/JENKINS-21605 is classified as "critical" in the "core" component and has been open for almost a year now. It des

[workflow-plugin] Does anyone use a GroovyDSL script to describe the workflow plugin api with IntelliJ IDEA?

2015-01-15 Thread Gary Clayburg
I am using IntelliJ IDEA to edit the workflow-plugin groovy scripts for my Jenkins build. This works great for the generic groovy parts of the build script. However, IntelliJ by itself has no knowledge of the workflow-plugin steps called from groovy so it can't suggest any completion or sho

Re: Weird rendering of "Save" and "Apply" buttons on at least the Global Security page

2015-01-15 Thread Daniel Beck
d or would ever be rendered > any other way. Lol. > > --rich > > On 20150115 12:47, KARR, DAVID wrote: >> Jenkins ver. 1.596 on Windows 7. >> >> I don't know how much of a general issue this is, but I'm trying to display >> the "Global Security&q

Re: Weird rendering of "Save" and "Apply" buttons on at least the Global Security page

2015-01-15 Thread K Richard Pixley
I'm using firefox developer edition and I'm seeing that behavior on all pages that have those buttons. As a newbie, I didn't even realize they could or would ever be rendered any other way. Lol. --rich On 20150115 12:47, KARR, DAVID wrote: > Jenkins ver. 1.596 on Windows 7

Re: Weird rendering of "Save" and "Apply" buttons on at least the Global Security page

2015-01-15 Thread David Karr
On Thursday, January 15, 2015 at 12:47:45 PM UTC-8, David Karr wrote: > > Jenkins ver. 1.596 on Windows 7. > > I don't know how much of a general issue this is, but I'm trying to > display the "Global Security" page in both Chrome and Firefox, and I'm > seeing really weird rendering of the page,

Error Acces Git Repositories : stderr: Permission denied (publickey).

2015-01-15 Thread GPG Zatory
Hi, i have this error in mi jenkins : Failed to connect to repository : Command "git ls-remote -h g...@github.com:vinco/x.git HEAD" returned status code 128: stdout: stderr: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct acc

Re: Workflow and ArtifactArchiver?

2015-01-15 Thread Les Mikesell
On Thu, Jan 15, 2015 at 2:06 PM, Jesse Glick wrote: > On Thursday, January 8, 2015 at 4:06:34 PM UTC-5, LesMikesell wrote: >> >> b1=build( "some_job") >> b2=build( "some_other_job", REVISION: >> b1.build.properties.envVars["SVN_REVISION"] ) >> (where REVISION is a job parameter, expanded in the sv

Weird rendering of "Save" and "Apply" buttons on at least the Global Security page

2015-01-15 Thread KARR, DAVID
Jenkins ver. 1.596 on Windows 7. I don't know how much of a general issue this is, but I'm trying to display the "Global Security" page in both Chrome and Firefox, and I'm seeing really weird rendering of the page, mostly concerning the "Save" and "Apply" buttons. When I first viewed the page i

Re: [workflow-plugin] Java.lang.NoSuchMethodError: No such DSL method

2015-01-15 Thread Jesse Glick
On Thursday, January 15, 2015 at 1:55:57 PM UTC-5, Daniel Tschan wrote: > > You also need the Git Plugin > 2.3+: https://github.com/jenkinsci/workflow-plugin/blob/master/COMPATIBILITY.md#scms -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. T

Re: [workflow-plugin] Bug in the Snippet Generator for "General SCM"?

2015-01-15 Thread Jesse Glick
On Thursday, January 15, 2015 at 10:04:42 AM UTC-5, Rafael Ribeiro Rezende wrote: > > I'm using Rational Team Concert from IBM as SCM, and they provide the Team > Concert plugin > for > this purpose. > > When I use the *Snippet G

Re: Extension availability from Workflow Groovy CPS DSL

2015-01-15 Thread Jesse Glick
On Thursday, January 15, 2015 at 3:58:07 AM UTC-5, James Nord wrote: > > Plugins must be aware of the workflow plugin and implement some code for > it. > https://github.com/jenkinsci/workflow-plugin/blob/master/COMPATIBILITY.md There are of course some cases where the functionality of the plugi

Re: [workflow-plugin] can a workflow be defined by stitching together existing jobs (local or remote) in parallel/serial?

2015-01-15 Thread Jesse Glick
On Wednesday, January 14, 2015 at 10:06:49 PM UTC-5, Doug Lethin wrote: > > does the build step return an object as a reference > https://issues.jenkins-ci.org/browse/JENKINS-25851 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscrib

Re: [workflow-plugin] Readable output for parallel builds?

2015-01-15 Thread Jesse Glick
On Tuesday, January 13, 2015 at 11:14:49 AM UTC-5, Timur Batyrshin wrote: > > Is there a way to separate logs for the branches to make them easily readable? > > https://issues.jenkins-ci.org/browse/JENKINS-26122 would help. -- You received this message because you are subscribed to the Google Gr

Re: Workflow and ArtifactArchiver?

2015-01-15 Thread Jesse Glick
On Thursday, January 8, 2015 at 4:06:34 PM UTC-5, LesMikesell wrote: > > b1=build( "some_job") > b2=build( "some_other_job", REVISION: > b1.build.properties.envVars["SVN_REVISION"] ) > (where REVISION is a job parameter, expanded in the svn URL) > Well you can certainly expand variables in the

Upgrade to 1.580.[12] not shown

2015-01-15 Thread Christoph Vogtländer
Hi, I just noticed that 1.580.2 LTS is out since December and 1.580.1 LTS was already release in October. Both version are not shown in "Manage Jenkins" as a possible update in my Jenkins installation. I'm currently using 1.565.3 LTS running as a Service under Windows Server 2012. Until now I

Jenkins 1.574 -Testlink-Plugin Compatibility

2015-01-15 Thread rauto
Hi I am trying to get the results of the automation suite running in Jenkins into Testlink. The versions used are Jenkins 1.574 - Testlink 1.9.12 - Plugin 3.10. I am trying to see whether this works with just one testcase in testlink. The Testlink result for the test shows 'Not Run' even though

Re: [workflow-plugin] Reading and parsing property file

2015-01-15 Thread Gary Clayburg
FYI - the syntax for readFile() is incorrect. It should be: def str = readFile file: 'somefile', encoding : 'utf-8' -- 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

Re: [workflow-plugin] Java.lang.NoSuchMethodError: No such DSL method

2015-01-15 Thread Daniel Tschan
You also need the Git Plugin and a Git CLI client to be able to use Git as build SCM: https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin On Monday, January 12, 2015 at 4:28:09 PM UTC+1, Bill Smith wrote: > > Thank you for the suggestion. According to the systemInfo page, these are > enabled

Re: Scheduling question

2015-01-15 Thread Jordan de Geus
Bump - Anyone able to assist? On Wednesday, January 14, 2015 at 8:49:57 AM UTC-8, Jordan de Geus wrote: > > Hey guys, > > Quick question, when setting up a build scheduling, will this trigger the > whole build thats specified in the .ci.yml file? Or is it possible to ONLY > run the integration t

Re: How can i read log files located on Master from my slave?

2015-01-15 Thread kgiloo
i found it. with the copy to slave plugin "Paths are relative to" field can be set in the main jenkins configuration On Thursday, January 15, 2015 at 10:53:30 AM UTC+1, kgiloo wrote: > > Master writes a changeLog.xml locally in > C:\JENKINS\JOBS\%JOB_NAME%\BUILDS\%BUILD_NUMBER%\changelog.xml

[workflow-plugin] Bug in the Snippet Generator for "General SCM"?

2015-01-15 Thread Rafael Ribeiro Rezende
I'm using Rational Team Concert from IBM as SCM, and they provide the Team Concert plugin for this purpose. When I use the *Snippet Generator*, I see it listed as below:

[workflow-plugin] Bug in the Snippet Generator for "General SCM"?

2015-01-15 Thread Rafael Ribeiro Rezende
I'm using Rational Team Concert from IBM as SCM, and they provide the Team Concert plugin for this purpose. When I use the *Snippet Generator*, I see it listed as below:

Re: svn checkout options

2015-01-15 Thread David Carson
The problem with setting the option in the user's config is that this option is not desirable for updates, only for checkouts. If set in config, it applies to both. Our problem is that certain parts of our code depend on the timestamps being correct to avoid triggering, for example, automake p

Environment variables are unset when injecting variables from a property file using the Environment Injector (envinject) plugin

2015-01-15 Thread t3knoid
I have a very simple job that checks out a tiny project that contains a property file. When I configure envinject to use this file to set some variables, the variables are not set. To top it off, environment variables are getting unset such as SVN_REVISION. For example, SVN_REVISION is shown as

Re: Required "People Soft Techno Functional NA Payroll Consultant"

2015-01-15 Thread Larry Shatzer, Jr.
Now banned. Sorry for the delay. On Wed, Jan 14, 2015 at 2:50 PM, Richard Bywater wrote: > Is there no list admin to block this guy? :( > > Richard. > > On Thu, Jan 15, 2015 at 10:43 AM, hitesh sharma > wrote: > >> Hi, >> Hope you are doing great today. >> >> >> *Role*: PeopleSoft Techno Functi

Security in Copy Artifact Plugin

2015-01-15 Thread Nigel Robbins
Hi, Does anyone know the underlying tool/protocol (e.g. sftp) that is used to copy artifacts between jobs/nodes ? Thanks, Nigel -- 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, s

Best pluging for hierarchical, parametrized jobs, aggregating test results

2015-01-15 Thread Gaetano Giunta
Hello all. A noobie question. We have a platform using Jenkins to drive functional tests of a web platform . The tests are executed using Selenium (via behat/mink, controlled by a phing script). There is a huge combination of tests to execute (testing the dev vs. prod servers, a particular sit

How can i read log files located on Master from my slave?

2015-01-15 Thread kgiloo
Master writes a changeLog.xml locally in C:\JENKINS\JOBS\%JOB_NAME%\BUILDS\%BUILD_NUMBER%\changelog.xml Is there a way somehow to read this file from my slave when job is running? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

RE: Required "People Soft Techno Functional NA Payroll Consultant"

2015-01-15 Thread Matthew.Webber
I suggest people go to the Google Groups web interface, find the message, and click “report abuse” and mark it as spam. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Richard Bywater Sent: 14 January 2015 21:51 To: jenkinsci-users@googlegroups.com S

Re: Extension availability from Workflow Groovy CPS DSL

2015-01-15 Thread James Nord
On 14/01/2015 21:20, Mikhail Vassiliev wrote: Hello, I have searched through the entire email group and did not find an answer on my question. I would like to use “External Resource Dispatcher plugin” in my workflow test job. The idea is to connect several devices to Jenkins slaves, config