Re: Feed for changelog

2016-01-25 Thread Johannes Wienke
Hi On 01/22/2016 06:43 PM, Daniel Beck wrote: > On 22.01.2016, at 12:36, Johannes Wienke > wrote: >> Thanks. However, I'd be more interested in what actually changed >> than the dates. And not having to navigate to the webpage from my >> news reader would be much more convenient. Any chance to s

Re: crash plug-in warning - java heap space

2016-01-25 Thread iostrym
thanks a lot. So the message we have is a java heap problem that occurs on Jenkins Master ? Right ? Is it possible to modify the heap size of the Jenkins Master ? Le samedi 23 janvier 2016 14:18:54 UTC+1, Ullrich Hafner a écrit : > > Parsing is done on the master. > > Am 22.01.2016 um 14:45 sch

Problem with console timestamper plugin when using workflow

2016-01-25 Thread David Karlsen
Hi - I'm moving over to jenkins workflow - but the timestamper does not seem to work here? I have this config: node ('docker') { wrap([$class: 'TimestamperBuildWrapper']) { . }} and it fails with: java.lang.UnsupportedOperationException: no known implementation of class jenkins.tasks.Simpl

pipelines and IRC

2016-01-25 Thread Erwan de Ferrières
hi, I'm using the IRC plugin (https://wiki.jenkins-ci.org/display/JENKINS/IRC+Plugin) on our jenkins instance. Does someone already integrated the plugin with pipelines ? And if not, what would be the best way to do it ? I'd like to have the same integration as before when using a free-style

Re: Delete-builds via jenkins-cli when jobs are organized by CloudBees Folder Plugin

2016-01-25 Thread Jonathan Álvarez
Hi Ramón, I have tried with one example. Let´s assume that we have a job "testtest" inside a first level "job_folder_test" folder and inside a second level "sub_folder_item name" folder. Please, notice that the name of this folder has a space. I used the following command to delete the jobs 1 a

Re: Cloudbees folder plugin weather/health metrics

2016-01-25 Thread Jonathan Álvarez
Hi Glenn, I think, as you said, that is not supported in the free version. At least through the GUI. https://www.cloudbees.com/blog/cloudbees-folders-plugin-now-open-source Icons and health metrics are supported in the enterprise version with Folders Plus Plugin What i don´t know is if you can

Jenkins with HP ALM Connection - Problem

2016-01-25 Thread Manuel Sagorski
Hi, I'm already for a longer time using Jenkins to run Automatic Tests with HP ALM / HP UFT. Upo to now it worked fine. But now since two days I'm getting this Error when starting a Build on a Client: Started by user Sys LDAP QC [EnvInject] - Loading no

Changelog is empty for release 1.645

2016-01-25 Thread ycollet
Hello, For some times now, when a new release of jenkins is uploaded on the website, the changelog appears days later. For the release 1.645, this is getting worse. It's now weeks since the release has been uploaded, but the changelog is still not displayed. Can somebody tells me how to get thi

Re: Changelog is empty for release 1.645

2016-01-25 Thread Daniel Beck
Reload the page. The delays are an artifact of our new statically generated site, which needs to be kicked after a changelog update. On 25.01.2016, at 15:39, ycollet wrote: > Hello, > > For some times now, when a new release of jenkins is uploaded on the website, > the changelog appears days

Re: AWS ECS Plugin

2016-01-25 Thread Brandon Wagner
If I'm understanding correctly, I would mount the docker.sock to the slave container? I created an image extended from the jenkinsci/jnlp-slave that does a wget for the docker CLI. However, I don't see a place to mount the docker.sock through the ECS configuration options. -Brandon Wagner On Sa

Re: AWS ECS Plugin

2016-01-25 Thread nicolas de loof
Latest development build for ECS plugin do let you define bind mounts, see https://jenkins.ci.cloudbees.com/job/plugins/job/amazon-ecs-plugin/ 2016-01-25 16:33 GMT+01:00 Brandon Wagner : > If I'm understanding correctly, I would mount the docker.sock to the slave > container? I created an image e

Re: Cloudbees folder plugin weather/health metrics

2016-01-25 Thread geoffroy . jabouley
Hi have a look here: https://github.com/jenkinsci/cloudbees-folder-plugin/pull/17 Le lundi 25 janvier 2016 14:55:57 UTC+1, Jonathan Álvarez a écrit : > > Hi Glenn, > > I think, as you said, that is not supported in the free version. At least > through the GUI. > https://www.cloudbees.com/blog/cl

Re: [theme] New Jenkins Material Design Theme

2016-01-25 Thread Slide
One thing I have found is that the large folder icon is not replaced with the updated icons for the Cloudbees Folder Plugin. Not a big issue, just wanted to let you know. [image: Screenshot_2016-01-25_10-03-55.png] On Sun, Jan 24, 2016 at 4:03 PM Michael Neale wrote: > Super nice. I love materi

Re: Feed for changelog

2016-01-25 Thread R. Tyler Croy
(replies inline) On Mon, 25 Jan 2016, Johannes Wienke wrote: > Done: > https://issues.jenkins-ci.org/browse/WEBSITE-81 > > > (I though RSS was dead since Google Reader was shut down? Are you the > > last holdout? :-) ) > > What's the alternative? A Facebook page? ;) I could perhaps make it su

Re: Urgent need for ::----AWS /Azure ----Collegville, PA---6+months

2016-01-25 Thread Mary Brody
Please reply to all Hi, This is Mary from Agile Enterprise Solutions. This is in reference to the following position. * Please reply with resume, Rate and contact details ASAP * Job Title: AWS / Azure Location: Collegville, PA Duration: 6+months JD: Good experience in deployi

Re: [theme] New Jenkins Material Design Theme

2016-01-25 Thread Afonso F
How can I see that screen? I installed the Cloudbees Folder Plugin but I'm using a self hosted Jenkins server. Some plugins use their own images, in that case it's hard to replace by a new one. Thanks for your feedback. On Monday, January 25, 2016 at 3:07:38 PM UTC-2, slide wrote: > > One thin

Re: [theme] New Jenkins Material Design Theme

2016-01-25 Thread Slide
I just opened one of the folders that I setup to view the items inside. On Mon, Jan 25, 2016 at 10:59 AM Afonso F wrote: > How can I see that screen? I installed the Cloudbees Folder Plugin but I'm > using a self hosted Jenkins server. > > Some plugins use their own images, in that case it's har

how to invoke the QAC which intalled in slave machine by jenkins

2016-01-25 Thread zhangkm
I have installed the sofeware QAC which get from PRQA on one machine(os:window 7) as the slave, and installed the plugin (PRQA0-plugin) on the master. Now I want to know how to configure the jenkins so that I can invoke the QAC on the slave machine. -- View this message in context: http://jenki

Re: AWS ECS Plugin

2016-01-25 Thread Brandon Wagner
Ok, I've made progress. I'm able to run a docker container along side the slave container on ECS. However, I just used the amazon-ecs-plugin. When I tried using the CloudBees Docker Custom build Environment Plugin, I kept getting "Cannot start container System error: no such file or direct

Re: pipelines and IRC

2016-01-25 Thread Craig Rodrigues
Hi, This plugin does not seem to be integrated with pipeline. There are some notes as to how to make an existing plugin integrate with pipeline: https://github.com/jenkinsci/workflow-plugin/blob/master/COMPATIBILITY.md#plugin-developer-guide and this video: https://jenkins-ci.org/blog/2014/07/08/

Re: Tutorial: Jenkins Plugin to integrate Jenkins and Nexus Repository

2016-01-25 Thread Jirong Hu
I got the exact same error with 2.11.4-01 Marcel, would you please help? Is it because the version of the jar not right? Thanks Jirong On Thursday, 7 November 2013 18:53:23 UTC-5, stud007 wrote: > > I am using nexus pro version 2.6.4 > There is nexus-custom-metadata-plugin.jar file. > > I have

Re: [workflow] Problems sending out e-mails on build failures

2016-01-25 Thread Tom Fennelly
Seems like the link is stale. Did you try something like https://www.cloudbees.com/blog/mail-step-jenkins-workflow ? On Thursday, January 7, 2016 at 6:57:31 AM UTC, Craig Rodrigues wrote: > > Hi, > > In my workflow script, I try to send out e-mails if the build fails on > this line: > > > https:

[Pipeline/Workflow] API for "parallel" metadata

2016-01-25 Thread Yotam Shapira
Hi, I have a parallel workflow that I want to extract some metadata from. For example, for the following workflow: parallel { "a": node ('...') { ... }, "b": node ('...') { ... } } I would now like to know if "a" succeeded, how much time it took to run, etc. Is that possible

Re: [Pipeline/Workflow] API for "parallel" metadata

2016-01-25 Thread Craig Rodrigues
In this this example: https://github.com/jenkinsci/workflow-examples/tree/master/pipeline-examples/timestamper-wrapper it allows you to wrap certain operations and add timestamps to the console output. That may not quite meet your needs, but hopefully you can get some ideas as to how to proceed.

Re: [Pipeline/Workflow] API for "parallel" metadata

2016-01-25 Thread Yotam Shapira
Not really - what I want is to analyze the parallel steps and send a report with the data, update the job with the Groovy Postbuild plugin for better UI to the job's users, etc. What the example does is use a plugin that writes the timestamps of each action in the log. Thanks for the response th

Re: [workflow] Problems sending out e-mails on build failures

2016-01-25 Thread Craig Rodrigues
This build which failed: https://jenkins.freebsd.org/job/FreeBSD_HEAD/74/flowGraphTable/ uses the same script: https://github.com/freebsd/freebsd-ci/blob/master/scripts/build/build-test.groovy and did not se

Re: pipelines and IRC

2016-01-25 Thread R. Tyler Croy
(replies inline) On Mon, 25 Jan 2016, Craig Rodrigues wrote: > Hi, > > This plugin does not seem to be integrated with pipeline. > There are some notes as to how to make an existing plugin integrate with > pipeline: > > https://github.com/jenkinsci/workflow-plugin/blob/master/COMPATIBILITY.md#p

Re: pipelines and IRC

2016-01-25 Thread Craig Rodrigues
On Mon, Jan 25, 2016 at 5:50 PM, R. Tyler Croy wrote: > > > IRC is actually a very simple protocol, so you may be able to modify this > example: > < > https://github.com/jenkinsci/workflow-examples/blob/master/pipeline-examples/slacknotify/slackNotify.groovy > > > for now and just use netcat to s