Re: jenkins.io blog RSS feed link incorrect?

2016-04-01 Thread R. Tyler Croy
(replies inline) On Fri, 01 Apr 2016, Brian Ray wrote: > Thanks. Surprised I stumbled across it first. Consider your bubble popped! https://twitter.com/jenkinsci/status/714458268865667072 I didn't realize the actual issue until your email however, so kudos on that :) > On Friday, April

Re: jenkins.io blog RSS feed link incorrect?

2016-04-01 Thread Brian Ray
Thanks. Surprised I stumbled across it first. On Friday, April 1, 2016 at 9:40:33 AM UTC-7, R Tyler Croy wrote: > > (replies inline) > > On Fri, 01 Apr 2016, Brian Ray wrote: > > > The RSS feed link on > the > > new Jenkins blog page

Re: What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-01 Thread Mark Waite
If the goal is to download and install the plugins and their dependencies, you could use the jenkins-cli.jar file and make command line calls to Jenkins itself. I think it will then resolve the dependencies for you. Mark Waite On Fri, Apr 1, 2016 at 5:06 PM Ian Duffy wrote:

Re: What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-01 Thread Ian Duffy
I build them all as RPMs and let yum resolve the dependencies. On 1 April 2016 at 23:50, jieryn wrote: > bash$ jar xf the.jpi > bash$ find the/WEB-INF/lib > > On Fri, Apr 1, 2016 at 6:28 PM, Hemant Gupta > wrote: > > Thanks for response !! > > I can

Re: What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-01 Thread jieryn
bash$ jar xf the.jpi bash$ find the/WEB-INF/lib On Fri, Apr 1, 2016 at 6:28 PM, Hemant Gupta wrote: > Thanks for response !! > I can write bash to download the plugin(.hpi) from the > http://updates.jenkins-ci.org/download/plugins/ > > But, if I download a .hpi plugin

Where does the JUnit plugin save results?

2016-04-01 Thread Nestor Torres
*Context:* I'm working with a (suse-based) linux VM that has jenkins 1.644-1.2 installed. *What:* Where does the JUnit plugin save results? What I'm referring to is the graph of "Test Results Trend." I looked through the source code

Re: What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-01 Thread Hemant Gupta
Thanks for response !! I can write bash to download the plugin(.hpi) from the http://updates.jenkins-ci.org/download/plugins/ But, if I download a .hpi plugin file, it doesn't download the dependent .hpi files. In other words, downloading a plugin doesn't download its dependencies. Can you

Re: What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-01 Thread jieryn
The built plugin (.jpi / .hpi) already has its dependencies bundled within it. Every plugin has a symlink to the latest version. This seems like a pretty straightforward web crawler walk, downloading only the /latest/ linkage from http://updates.jenkins-ci.org/download/plugins/ On Fri, Apr 1,

What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-01 Thread Hemant Gupta
I am thinking of writing a bash script(plugin.sh) that would download the plugins along with their dependencies. I am also thinking of creating a text file(plugin.txt) where I would list the plugin and version that I need to download. The bash script(plugin.sh) will take text

Pipeline plugin requires knowing the Jenkins API?

2016-04-01 Thread Vlad Dumitrescu
Hello everybody! I am late to finding out about 2.0, great news! The pipeline plugin seems to get a more prominent place and I have some trouble with using it... There are some simple tasks that require a plugin for a freestyle job, but now can be done much more straightforwardly. For example,

Re: Request for participation: Jenkins Release Officer candidates

2016-04-01 Thread R. Tyler Croy
(replies inline) On Mon, 07 Mar 2016, R. Tyler Croy wrote: > Based on the team lead structure > (https://wiki.jenkins-ci.org/display/JENKINS/Proposal+-+Project+sub-teams) > which was previously approved in a project governance meeting, I am asking on > behalf of the Jenkins board[0], for

Re: Question regarding Jenkins pipeline setup

2016-04-01 Thread tomwilson001 . us
Thank you Brian, you're right regarding the @tmp directory. However the @script directory seems to be different. I'm searching in the source code of the workflow cps plugin. The file CpsScmFlowDefinition.java seems to be the place where the workspace@script behavior is implemented.

Xenserver Integration

2016-04-01 Thread mikej
Has anyone got Jenkins working with Xenserver? I tried using the libvirt-slaves plugin, but I am not able to test the connection, I get the error: # virsh connect xen+ssh://jenkinsxen@hostname:22/system error: Failed to connect to the hypervisor error: End of file while reading data: sh: nc:

jenkins pipeline with Ruby

2016-04-01 Thread niristotle okram
*Is there any plans for supporting Ruby, for writing the pipeline scripts? * -- Regards nirish okram -- 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 an email to

Re: jenkins.io blog RSS feed link incorrect?

2016-04-01 Thread R. Tyler Croy
(replies inline) On Fri, 01 Apr 2016, Brian Ray wrote: > The RSS feed link on the > new Jenkins blog page seems to have some lint in > the URL that causes Feedburner to return an HTTP error 400. However if I > remove

jenkins.io blog RSS feed link incorrect?

2016-04-01 Thread Brian Ray
The RSS feed link on the new Jenkins blog page seems to have some lint in the URL that causes Feedburner to return an HTTP error 400. However if I remove that bit of lint and use a clean URL for the feed

Re: Question regarding Jenkins pipeline setup

2016-04-01 Thread Brian Ray
https://issues.jenkins-ci.org/browse/JENKINS-27152 I'm not sure about @script but suspect it's a similar necessity. On Friday, April 1, 2016 at 12:00:18 AM UTC-7, tomwils...@gmail.com wrote: > > Hello, >I'm trying to setup Jenkins to run a multibranch pipeline project. > Just to test, I

Re: Groovy library

2016-04-01 Thread Baptiste Mathus
For the dev part, use an IDE with Groovy support, and load in the classpath the Jenkins core lib and possible plugins you wanna twiddle on. Maybe look also at the scriptler plugin. In general, when you don't receive answers, it may help to rephrase or rethink the subject. >From outside, what you

Re: Groovy library

2016-04-01 Thread Mark Waite
I (and other readers of the list) have seen your question. I don't have any insights to offer. On Fri, Apr 1, 2016 at 8:36 AM Guy Matz wrote: > Is anyone getting this? :-( > > On Thu, Mar 31, 2016 at 4:06 PM, Guy Matz wrote: > >> Anyone? Thanks again.

Re: Groovy library

2016-04-01 Thread Guy Matz
Is anyone getting this? :-( On Thu, Mar 31, 2016 at 4:06 PM, Guy Matz wrote: > Anyone? Thanks again. > > On Wed, Mar 30, 2016 at 4:52 PM, Guy Matz wrote: > >> Hi! I have some groovy methods that I would like to make generally >> available to any jenkins

Re: PortNumberChangeIssueInSlaveMachine

2016-04-01 Thread Slide
Please don't triple post to the list. On Fri, Apr 1, 2016 at 5:44 AM mukund patel wrote: > HI All , > > I need some help while configuring Jenkins Server for CI with Distributed > Build . In that i have Jenkins running in Linux Machine (Master) . I have > configure

Port Number Change Slave Machine

2016-04-01 Thread mukund patel
HI All , I need some help while configuring Jenkins Server for CI with Distributed Build . In that i have Jenkins running in Linux Machine (Master) . I have configure Slave-Node(Slave) Machine as a Windows . When i try to connect with Master (http://) using Slave Launcher Connector ( JNLP

Re: Under Jenkins SignTool Error "No certificates were found", works fine logged on as user

2016-04-01 Thread Quentin Silvestre
Hi Ed, I want to sign my code with an EV certificate but I don't know if I have to change my configuration: Jenkins master is on a windows server on a Virtual Machine of our provider. To build our code we use a VM windows 8.1 and a real Mac. To avoid multiple computer, the VM windows 8.1 is a

Question regarding Jenkins pipeline setup

2016-04-01 Thread tomwilson001 . us
Hello, I'm trying to setup Jenkins to run a multibranch pipeline project. Just to test, I use a very simple Jenkinsfile like this: node { checkout scm bat 'echo > tst1.txt' } When I run the build, for each branch, for example the 'master' branch, Jenkins creates 3 directories: -