Re: Execute groovy script in Masters throwing error

2014-08-14 Thread suchit biswal
yes I imported the packages, and copyied the hudsion-core.jar to the lip folder in masters resolved the issue On Thursday, August 14, 2014 12:04:31 PM UTC-7, suchit biswal wrote: > > Hi Folks, > > I am trying to execute the following groovy script as part of my build > step, which will get the

Git Plugin Fail

2014-08-14 Thread raza shah
Hi, I am running Jenkins on my local machine. In "Source Code Management" , I select "GIT" and enter the URL of my repository. But I get the following error: stderr: Permission denied, please try again. Permission denied, please try again. Permission denied (publickey,password). fatal:

Re: Problem Perform Maven Release

2014-08-14 Thread Thomas Sundberg
On 14 August 2014 18:35, Leandro Andrade wrote: > Hi guys. > I have a problem when I try to do Perform Maven Release: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-release-plugin:2.4.1:prepare (default-cli) on > project test: Cannot prepare the release because you have local

Re: HipChat plugin - can it be modified to publish to on prem?

2014-08-14 Thread Christopher Orr
On 08/14/2014 07:29 PM, VFloyd wrote: Morning, We run Jenkins on premises and are testing HipChat integration, which would also be on premises. There are lots of firewall, pci, etc issues. Has anyone gotten this type of setup to work? When we looked in GitHub it looks like the HipChat plugin o

Re: Execute groovy script in Masters throwing error

2014-08-14 Thread Eric Pyle
I think you need to import the classes containing those items that don't resolve. I don't have the doc in front of me so I can't check what class to import On Aug 14, 2014 3:04 PM, "suchit biswal" wrote: > Hi Folks, > > I am trying to execute the following groovy script as part of my build > step

Re: Adding an administrative build (job)

2014-08-14 Thread Alex Brodov
I'll try that tomorrow. Thanks, Alex On Aug 14, 2014 11:55 PM, "Daniel Beck" wrote: > This looks like Build Flow DSL, and you need to specify parameters in > there -- parameterized trigger plugin is a completely different way to > trigger builds, but you didn't mention Build Flow earlier. > > Ho

Re: Adding an administrative build (job)

2014-08-14 Thread Daniel Beck
This looks like Build Flow DSL, and you need to specify parameters in there -- parameterized trigger plugin is a completely different way to trigger builds, but you didn't mention Build Flow earlier. How to pass parameters using Build Flow (and how to get the environment available to the build

Re: Adding an administrative build (job)

2014-08-14 Thread Alex Brodov
Hi Daniel, Thanks for your response, I've installed this plugin. I'm going to tell you what I've done and where is my problem now: 1) I've created an upstream build which is managing 2 builds for now 2) I've added a DLS to this build (a flow) - for example Build ("B") Build("C") 3) I've added a par

Getting metadata of another sub-project in Multijob project

2014-08-14 Thread Adam Mercer
Hi I'm trying to use the Multijob plugin write a series of jobs for building a connected series of libraries. How can I pass appropriate metadata from one project to subsequent projects. For example the BUILD_NUMBER and the JOB_NAME? Or is the Multijob plugin not the best way to achieve this? Ch

Execute groovy script in Masters throwing error

2014-08-14 Thread suchit biswal
Hi Folks, I am trying to execute the following groovy script as part of my build step, which will get the latest build number for a job and will insert as a env variable of the current job Please help me resolving this. *def item = hudson.model.Hudson.instance.getItem("SDPAutomationExecuti

Re: Recommendations for Verification Build Setup

2014-08-14 Thread Adam Westhusing
That's what I've started doing. I have a template project that I copy and use for a verification project and an integration project. The Template Project Plugin allows me to set my SCM, builders and publishers in the template p

Question on slave communication failure?

2014-08-14 Thread Ken Beal
Hi, Our ESX systems are running very slowly. So slowly that we're starting to cause timeouts inside the communications code, we believe. Can someone verify that the below error is because a slave didn't respond "in time"? If this is the case, are these timeouts configurable? It app

Re: Recommendations for Verification Build Setup

2014-08-14 Thread Eric Pyle
I haven't worked with Gerritt, but what if you used the Template Project Plugin ? You could put most of the configuration in the template job, eliminating the drawback of maintaining two parallel configs. Eric On 8/14/2014

Re: Recommendations for Verification Build Setup

2014-08-14 Thread Adam Westhusing
Has anyone done this before? Thanks, Adam Westhusing On Tue, Jul 29, 2014 at 3:38 PM, Adam Westhusing wrote: > Hi, > > I am in the midst of trying to update our Jenkins instance to utilize > Gerrit verification builds. However, I'm kind of curious what others have > done in this area. > > The

HipChat plugin - can it be modified to publish to on prem?

2014-08-14 Thread VFloyd
Morning, We run Jenkins on premises and are testing HipChat integration, which would also be on premises. There are lots of firewall, pci, etc issues. Has anyone gotten this type of setup to work? When we looked in GitHub it looks like the HipChat plugin only sends info to cloud based setups.

Re: Remote Build Wall Display

2014-08-14 Thread Les Mikesell
On Thu, Aug 14, 2014 at 5:03 AM, GS wrote: > > I'm trying to setup a build wall display for the office and have been > evaluating the Wall Display and Build Monitor plugins. My use case is that I > have a TV monitor (not connected to the Jenkins server) which runs a web > browser pointing to my ch

Re: Remote Build Wall Display

2014-08-14 Thread Aldrin Leal
That would be a Chromecast Killer App :) -- -- Aldrin Leal, Master your EC2-fu! Get the latest ekaterminal public beta http://www.ingenieux.com.br/products/ekaterminal/ On Thu, Aug 14, 2014 at 1:25 PM, Eric Smalling wrote: > A while back, due to some special project chaining, we wrote our own

RE: EXTERNAL: How can i pass parameters from the Upstream to Downstream ?

2014-08-14 Thread Ng, Jeff
Subject: How do i pass a build number to a downstream job for jobs that are part of a Build Pipeline

Problem Perform Maven Release

2014-08-14 Thread Leandro Andrade
Hi guys. I have a problem when I try to do Perform Maven Release: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.4.1:prepare (default-cli) on project test: Cannot prepare the release because you have local modifications :[ERROR] [target/apidocs:unknown][ERROR] [t

How to get a plugin's configuration from the system Groovy?

2014-08-14 Thread Costin Caraivan
Hello, I'm using the https://wiki.jenkins-ci.org/display/JENKINS/Config+File+Provider+Plugin to manage Maven settings files. I want to generate Jenkins jobs using the DSL plugin: https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin Unfortunately, the config file provider uses generated IDs

Re: Remote Build Wall Display

2014-08-14 Thread Eric Smalling
A while back, due to some special project chaining, we wrote our own Django based radiator - not the most elegant code but it does provide a server that hosts the display, it uses the JSON API's to gather the build info and then renders the page. It would probably be trivial to make it authent

Re: Remote Build Wall Display

2014-08-14 Thread Thomas Sundberg
On 14 August 2014 12:03, GS wrote: > Hi, > > I'm trying to setup a build wall display for the office and have been > evaluating the Wall Display and Build Monitor plugins. My use case is that I > have a TV monitor (not connected to the Jenkins server) which runs a web > browser pointing to my choi

Run hardware accelerated tests on an OpenGL GUI in Jenkins

2014-08-14 Thread Fabien Rohrer
Hi, Just to mention I just posted a question related with Jenkins and GPU hardware acceleration on stack overflow: http://stackoverflow.com/questions/25311055/run-hardware-accelerated-tests-on-an-opengl-gui-in-jenkins Sorry for this, I thought about this mailing list just after posting it. Any a

Re: possible to use swarm plugin on dockerized jenkins (when the jnlp port is mapped to a different one)?

2014-08-14 Thread Nico Mommaerts
Ok nvrmnd, found a workaround by using the --expose argument when starting a Docker container Op donderdag 14 augustus 2014 16:23:25 UTC+2 schreef Nico Mommaerts: > > Hey, > > I have multipe Jenkins instances running as Docker containers. I have each > one configured with the same fixed jnlp por

RE: Top 5 mistakes R&D managers make when managing open source usage

2014-08-14 Thread Rob Mandeville
I think that it’s both off-topic and marketing a service. Neither are appropriate for this mailing list. --Rob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of patricia.john...@whitesourcesoftware.com Sent: Thursday, August 14, 2014 6:25 AM To: jen

How can i pass parameters from the Upstream to Downstream ?

2014-08-14 Thread Alex Brodov
Hi, I have 3 builds: A - is the Master build which control the flow B- Anoter build C- will be executed after B I want to add a String parameter to A so the user will enter some String manually, and i'm not sure how can i path this parameter to B. lets say that this is my build flow: build("

possible to use swarm plugin on dockerized jenkins (when the jnlp port is mapped to a different one)?

2014-08-14 Thread Nico Mommaerts
Hey, I have multipe Jenkins instances running as Docker containers. I have each one configured with the same fixed jnlp port, but I map that port to a different one for each container upon starting. Now when I use the swarm client (with the -master option to connect to a specific master), it co

Re: Adding an administrative build (job)

2014-08-14 Thread Daniel Beck
Parameterized Trigger Plugin On 14.08.2014, at 10:54, Alex Brodov wrote: > Hi, > i'm trying to figure out how can i add an administrative build to Jenkins > that will manage a few builds, and how can i path the parameters from the > administrative build to the child builds. > > > > -- > Y

Re: Poll SCM whenever there is a commit

2014-08-14 Thread Mark Waite
Search for "polling must die" for instructions on how to configure a git hook in your repository. Or use polling On Aug 13, 2014 10:58 PM, wrote: > Hi guys, > > how to run a ANT build in jenkins whenever there is a commit in project > using Git from eclipse. > > Regards, > Srinivasulu. > > > > >

Top 5 mistakes R&D managers make when managing open source usage

2014-08-14 Thread patricia . johnson
Hi, Here's our latest blog post - we ranked the top mistakes people make when managing open source . What do you think? -- You received this message because you are subscribed to the Google Group

Remote Build Wall Display

2014-08-14 Thread GS
Hi, I'm trying to setup a build wall display for the office and have been evaluating the Wall Display and Build Monitor plugins. My use case is that I have a TV monitor (not connected to the Jenkins server) which runs a web browser pointing to my choice of URLs. The thing is, my Jenkins server

Re: SSHD not initializing properly

2014-08-14 Thread Pieter Breed
I also tried to get the CLI working. When I try to connect using java -jar jenkins-cli.jar -s http://localhost:8080 the client just hangs. Looking in the /var/log/jenkin/jenkins.log in the master, I find this: INFO: Accepted connection #5 from /127.0.0.1:47362 Exception in thread "TCP slave agen

Adding an administrative build (job)

2014-08-14 Thread Alex Brodov
Hi, i'm trying to figure out how can i add an administrative build to Jenkins that will manage a few builds, and how can i path the parameters from the administrative build to the child builds. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group

"extended choice parameter" not working

2014-08-14 Thread mor rev
Hi, I tried to use "extended choice parameter" without any success (tried version 0.33 and 0.34) I've: - selected "Multy-Level Single Select" - added valid property file (tab delimited) - gave Valid Values The problem: - I can see the only first column (or the first corresponding to value se

scoverage plugin

2014-08-14 Thread Mohnish Kodnani
HI, I am trying to use the scoverage plugin with my multi-project gradle build. There is a single jenkins job to build the all the sub projects. Each sub project gets a scoverage directory when scoverage is run. How do I specify the directory structure in the jenkins job to read all the direct