Re: Using API to get node variables?

2014-08-21 Thread Adam Guja
I couldnt find anything as well, even the variables set in Jenkins for this node are not reachable from Jenkins API I think you'd be better of using Jenkins CLI running a groovy script to retrieve the variables, at least the ones set from inside Jenkins, and output them in an xml W dniu czwart

Is there a plugin that generates trending graphs?

2014-08-21 Thread Jim Fung
Hi, I'm new to Jenkins so please forgive any naive questions. I'd like to use Jenkins to generate trending graphs. For example, one possible implementation could be: - Queries: ability to query a slave node to obtain arbitrary information, e.g., status, number of builds, whatever. -

Re: Help needed with CLI puzzle: list-jobs works, but get-job doesn't

2014-08-21 Thread Daniel Beck
What kind of project is it (e.g. freestyle, maven, multijob, build flow, ...)? What plugin provides it? On 22.08.2014, at 02:31, G Dameron wrote: > Just alphanumerics and underscores in the name. We're not using any CloudBees > plugins. > > On Thursday, August 21, 2014 6:14:16 PM UTC-6, Danie

Re: Help needed with CLI puzzle: list-jobs works, but get-job doesn't

2014-08-21 Thread G Dameron
Just alphanumerics and underscores in the name. We're not using any CloudBees plugins. On Thursday, August 21, 2014 6:14:16 PM UTC-6, Daniel Beck wrote: > > Are there leading/trailing spaces in the project name? Characters that are > not basic printable ASCII, preferably alphanumeric, e.g. chara

Re: Help needed with CLI puzzle: list-jobs works, but get-job doesn't

2014-08-21 Thread Daniel Beck
Are there leading/trailing spaces in the project name? Characters that are not basic printable ASCII, preferably alphanumeric, e.g. characters with special meaning on the command line, like the dollar sign? Are you using the Cloudbees Folders plugin, and the job is actually in a folder? Other t

Re: Help needed with CLI puzzle: list-jobs works, but get-job doesn't

2014-08-21 Thread G Dameron
The job name I'm using meets the URL criterion. (It also meets the "snowman" criterion, which implies the job's "real name" and "display name" are identical, if I'm understanding you correctly). Is there any other string I could/should use for the get-job argument? On Thursday, August 21, 2014

Re: Help needed with CLI puzzle: list-jobs works, but get-job doesn't

2014-08-21 Thread Daniel Beck
If it says '/job/foo' in the URL when you view the job, 'foo' is its name. Even if it says something like "Project ☃" on the page you're on, in that case '☃' is its display name. (That character used for the display name is supposed to be the Unicode snowman U+2603 if your email client doesn't d

Re: Help needed with CLI puzzle: list-jobs works, but get-job doesn't

2014-08-21 Thread G Dameron
What does a job's "real name" look like? Is there a string I can build up from known parts that would convince "get-job" that it's a legitimate argument? On Thursday, August 21, 2014 5:09:28 PM UTC-6, Daniel Beck wrote: > > It's likely the following: > > list-jobs shows the project's _display na

Re: Help needed with CLI puzzle: list-jobs works, but get-job doesn't

2014-08-21 Thread Daniel Beck
It's likely the following: list-jobs shows the project's _display name_, but as parameter to commands you need to specify the project's real _name_. It's mind-bogglingly stupid, and there is currently no solution other than not using display names for projects, or patching Jenkins. A possible

Help needed with CLI puzzle: list-jobs works, but get-job doesn't

2014-08-21 Thread G Dameron
I can successfully run the list-jobs CLI: java -jar /path/to/jenkins-cli.jar -s http://my_server.com:8080/ list-jobs and get a full listing of all the project names on my server: project_A project_B project_C ... But if I try to get one of them: java

Re: Mandatory covert pre-build or post-build - possible?

2014-08-21 Thread G Dameron
Darrel: In our case, a local best practice is for the various developers to configure their build projects to use the same upstream job (let's call it "common_build_prologue"), and not try to bypass it or substitute their own variant of it. I'm looking for a capability that could warn a user (in

Need to do build using Jenkins with Gradle on Tomee 2 server

2014-08-21 Thread LN
I am working with Tomee,Jenkins and Gradle. I am able to install Gradle plugin in Jenkins on the Tomee 7 server.I am trying to do the build in Jenkins and not able to do so. Aug 21, 2014 1:56:11 PM hudson.TcpSlaveAgentListener INFO: JNLP slave agent listener started on TCP port 54522 Aug 21, 2

Re: Insert the SVN repository changes comments into DB table by Jenkins

2014-08-21 Thread Sree M
Any Help Appreciated... On Thursday, August 21, 2014 1:03:55 PM UTC-4, Sree M wrote: > > Hello Users, I am new to Jenkins and I have a requirement on Jenkins and I > am not sure it is possible on Jenkins. Currently, we have Jenkins Build on > SVN Repository and its send E-mail notifications to r

Re: Every build has all commits listed in the Changes page

2014-08-21 Thread Wood Peter
Thank you for the replies. I'm still testing the setup so I try to keep it as clean as possible. There is only master branch and everything else is pretty clean minimal setup done by following the documentation. For "Additional Behaviours" all I have is "Strategy for choosing what to build: Gerri

Multiconfiguration setup

2014-08-21 Thread JP
Hi, Need help with skipping the offline nodes and running builds only on selected nodes based on parameters. We have setup a project which needs to be run on multiple nodes. This is also a parameterized build. Users will select the nodes on which to run the builds. Based on their selection, we

Re: Mandatory covert pre-build or post-build - possible?

2014-08-21 Thread DarrelVun
I'd expect you'd want an *overt* step so that users know they should follow your local best practices. My group loves the pre-scm build step (https://wiki.jenkins-ci.org/display/JENKINS/pre-scm-buildstep) for checks before the build starts. Regards, Darrel V. On Wednesday, August 20, 2014 1

Re: Every build has all commits listed in the Changes page

2014-08-21 Thread DarrelVun
I had this happen on my Jenkins instances too nearly a year ago. I cleared it by upgrading to Git Client plugin 1.4.3 version. See https://issues.jenkins-ci.org/browse/JENKINS-18995 Git Client plugin has had many versions since then. But perhaps that's worth investigating. Regards, Darrel

jenkins ec2 plugin

2014-08-21 Thread jpd4nt
Hi. Can you post what version of Jenkins you are using and what version of ec2 plugin you are using. Also have you set the master to have zero executors, that will force the jobs to run on a slave -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

Insert the SVN repository changes comments into DB table by Jenkins

2014-08-21 Thread Sree M
Hello Users, I am new to Jenkins and I have a requirement on Jenkins and I am not sure it is possible on Jenkins. Currently, we have Jenkins Build on SVN Repository and its send E-mail notifications to respective development and application owners group. Apart Email notifications, we need insert

Re: How to connect with slave behind firewall to jenkins master behind apache reverse proxy through ssh

2014-08-21 Thread Samy Ateia
If anyone has similar problems: the easiest solution i found is to use sshuttle: https://github.com/apenwarr/sshuttle/ Its basically a one line command to route all traffic and ports through a ssh tunnel. (from the description: "Transparent proxy server that works as a poor man's VPN") This en

Re: Github webhook pushes causing all branches to build

2014-08-21 Thread Nicholas Paufler
On Wednesday, August 20, 2014 4:22:52 PM UTC-6, Mark Waite wrote: > > You could use the add "Additional Behaviour" for "Advanced clone option" > to a define a reference repository. A reference repository will provide > the same data transfer reduction, without the complexity of defining two >

Using API to get node variables?

2014-08-21 Thread Scott Evans
I am working on a project where I want to try and programmatically obtain a specific node's Jenkins environment variable via an api call (i.e. /computer//api/xml) that's set as a node property environment variable on the node configure page. However, I cannot find any way to get the /api/xml to re

Re: [literate] feedback/questions

2014-08-21 Thread Vincent Latombe
Hi Baptiste, See my comments within your text. Thanks for your observations, this is much appreciated 😊 Cheers, Vincent Le 20 août 2014 18:06, "Baptiste Mathus" a écrit : > > Hi all, > > I've recently been playing with the Literate plugin. As the plugin is still young, I thought I'd drop some

Re: Jenkins multi procjects with different platforms

2014-08-21 Thread Tore Offermann
Thats what I was looking for! Thank you! Am Donnerstag, 21. August 2014 14:52:04 UTC+2 schrieb Mark Waite: > > I use the xshell plugin to use the same launch command on Windows and Linux > On Aug 21, 2014 6:37 AM, "Tore Offermann" > wrote: > >> Hey, >> >> I have a question regarding Jenkins mult

Re: Can an admin for this list unsubscribe "Coinbase Support" please

2014-08-21 Thread Larry Shatzer, Jr.
Banned. They were banned in the dev list, so I just added them to the banned list for the users list. On Thu, Aug 21, 2014 at 3:38 AM, wrote: > Someone is subscribed to this list from some email address > supp...@coinbase.com "Coinbase Support". Could a list admin unsubscribe that > address pl

Re: Maven build works on the command line but fails on jenkins

2014-08-21 Thread Nikhil Jain
Hi, I am getting the exact same issue and not able to resolve it. Could you please tell me what configuration did you change to make it work ? On Wednesday, 13 April 2011 02:32:45 UTC+5:30, echofloripa wrote: > > I had -D instead of -P in jenkins configuration. > > Sorry for that. > > On 12

Re: Jenkins multi procjects with different platforms

2014-08-21 Thread Mark Waite
I use the xshell plugin to use the same launch command on Windows and Linux On Aug 21, 2014 6:37 AM, "Tore Offermann" wrote: > Hey, > > I have a question regarding Jenkins multi projects. > > Currently we run separate jobs for every platform and now want to simplify > that by introducing multi pr

Jenkins multi procjects with different platforms

2014-08-21 Thread Tore Offermann
Hey, I have a question regarding Jenkins multi projects. Currently we run separate jobs for every platform and now want to simplify that by introducing multi projects. What would be the best practice if you need conditional build steps for the different platforms. For example batch scripts f

jenkins ec2 plugin

2014-08-21 Thread Akash Gupta
Hi, I have installed ec2 plugin and I configured jenkins master to trigger slaves automatically and I executed 3 builds along with that I run commands on the server to spike the cpu load but still no slave has been launched. Please help Many Thanks -- You received this message because you

How to use Extended Choice Parameter plugin for check box

2014-08-21 Thread suresh arjunan
Hi, Can some answer for the below question? http://stackoverflow.com/questions/25412633/how-to-use-extended-choice-parameter-plugin-for-check-box Thanks, Suresh -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group a

Can an admin for this list unsubscribe "Coinbase Support" please

2014-08-21 Thread Matthew.Webber
Someone is subscribed to this list from some email address supp...@coinbase.com "Coinbase Support". Could a list admin unsubscribe that address please? Reason: It looks like that email address has an auto responder, which means that some (though not all) messages to the Jenkins Users group resul

Re: Builds fail randomly without reason given

2014-08-21 Thread David tha Dude
Hello, Just to specify, the triggered builds mentioned above are MultiPhase jobs so it may be an issue with that plug-in. I linked to another post of mine above which describes a similar problem and someone just replied with

Re: Jenkins silently skipping MultiJob phase.

2014-08-21 Thread David Koch
Hi, Do you think you could create a JIRA for this? This remains a blocker for us as well and keeps us from running production in a reliable way. /David -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop re

Re: Build on the windows Jenkins slave is sometimes hanging.

2014-08-21 Thread Jan Řezníček
I have tried to disable the disc usage plugin, but the stuck happened again. In thread dump were same threads as before. The threads (with hudson.node_monitors.SwapSpaceMonitor$MonitorTask.call) are apearing after the stuck, one thread per some period of the time. -- You received this messa