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 access to these features without using GUI. 
That is to say, it can be that modifying the XML of the job to change the 
icon in the GUI may still be possible.
Best regards,
Jonathan


El viernes, 20 de junio de 2014, 9:07:23 (UTC+2), Glenn V escribió:
>
> Hi,
>
> I use the (free) Cloudbees folder plugin (4.5) on Jenkins (1.559). I have 
> several layers of nested folders. For most folders, the weather icon 
> correctly displays the aggregated status of recent builds, but for some 
> folders no icon is displayed. I cannot find a logical difference between 
> the folders that do show the icon and the ones that don't. Is there 
> anything I can check to figure out what happens?
>
> For a folder you can also configure "Health metrics", but when you add 
> "Child item with worst health", then save the configuration and check 
> again, then the metric is not there anymore. Does the save function not 
> work? Are health metrics not supported in the free version?
>
> Kind regards,
>
> Glenn
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8f2eebdf-00d1-4766-a72a-10e8f841fc6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 this changelog ?
> 
> Best regards,
> 
> YC
> 
> -- 
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/72359fff-3d60-47c6-8885-3e89d9497905%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/56F71866-09A1-400F-9B7A-73C00DC45D50%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


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 node environment variables.
Building remotely on PC-2589  in 
workspace d:\Jenkins-WS\workspace\2507_Restart
FATAL: Unable to produce a script filejava.io.IOException 
: Failed to 
create a temp file on d:\Jenkins-WS\workspace\2507_Restart
at hudson.FilePath.createTextTempFile(FilePath.java:1382) 

at 
hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:142) 

at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:80) 

at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:64) 

at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 

at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
 

at hudson.model.Build$BuildExecution.build(Build.java:205) 

at hudson.model.Build$BuildExecution.doRun(Build.java:162) 

at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) 

at hudson.model.Run.execute(Run.java:1738) 

at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 

at hudson.model.ResourceController.execute(ResourceController.java:98) 

at hudson.model.Executor.run(Executor.java:410) 

Caused by: java.io.IOException 
: remote 
file operation failed: d:\Jenkins-WS\workspace\2507_Restart at 
hudson.remoting.Channel@63d838d:PC-2589: java.io.IOException: Failed to create 
a temporary directory in C:\Windows
at hudson.FilePath.act(FilePath.java:986) 

at hudson.FilePath.act(FilePath.java:968) 

at hudson.FilePath.createTextTempFile(FilePath.java:1356) 

... 12 more
Caused by: java.io.IOException 
: Failed to 
create a temporary directory in C:\Windows
at hudson.FilePath$17.invoke(FilePath.java:1368) 

at hudson.FilePath$17.invoke(FilePath.java:1356) 

at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2719) 

at hudson.remoting.UserRequest.perform(UserRequest.java:120) 

at hudson.remoting.UserRequest.perform(UserRequest.java:48) 

at hudson.remoting.Request$2.run(Request.java:326) 

at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
 

at java.util.concurrent.FutureTask.run(Unknown Source)
at 

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 and 2.
java -jar ~/.jenkins/jenkins-cli.jar -s http://localhost:9090 delete-builds 
'job_folder_test/sub_folder_item name/testtest' '1-2'

Again notice that i put the folder path within commas so that the space is 
recognized.
I hope it helps
Best regards,
Jonathan 

El lunes, 23 de junio de 2014, 21:03:51 (UTC+2), Ramón Manjavacas Ortiz 
escribió:
>
> Hi,
>
>I'm trying to delete a range of builds via jenkins-cli.jar and the jobs 
> are organized in folders via the CloudBees Folder Plugin. For example: 
> folder1/job1.
>
>The command line is: java -jar jenkins-cli.jar -s 
> http:///jenkins delete-builds  '10-100' --username  
> --password 
>
>My question is how to set a well-formed 'job name',  I've got  the 
> message 'No such job...' when it's used 'job1' or 'folder1/job1'
>
>   Any suggestion?
>
> Thanks,
> Ramón Manjavacas 
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8bfe9f2c-1a93-43e9-9ae4-9484b6c9d89b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 this changelog ?

Best regards,

YC

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/72359fff-3d60-47c6-8885-3e89d9497905%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Sat, Jan 23, 2016 at 1:08 PM, nicolas de loof 
wrote:

> You could use docker-custom-build-environment-plugin for this exact
> scenario, with bind mounted /var/run/docker.sock so you can run containers
> side by side (vs "in-docker"). Would need some tests on my side to ensure
> this scenario is supported, I have this on my TOD for a while but never
> took time to setup a test environment for it...
>
> 2016-01-22 21:01 GMT+01:00 Brandon Wagner :
>
>> I would like to run Docker containers for all of my software projects and
>> dynamically allocate build slaves via ECS (so that I can have a core
>> cluster that can do builds quickly; in contrast to spinning up an EC2
>> instance).
>>
>>  For example, I have a Java application which is completely contained in
>> a Docker container (I can build it, run tests, and run the actual
>> application with Tomcat all within the container). I want to use this for a
>> variety of different purposes (dev, testing, qa, and production). In order
>> to make it reusable like that, I don't want to include Jenkins Slave
>> packages and expose ports. I'd rather deploy out a Jenkins-Slave container
>> to my ECS cluster, and then have that slave handle running my application's
>> docker container which also performs tests.
>>
>> I also support other team applications which are already running docker
>> container builds in Jenkins (locally on the Jenkins Master). I want it to
>> be transparent to them that I'm "outsourcing" build slaves to ECS. It
>> shouldn't matter to them that I'm changing the way Jenkins is performing
>> builds.
>>
>> Let me know if you (or anyone else) have suggestions based on my goals.
>>
>> -Brandon Wagner
>>
>>
>> On Fri, Jan 22, 2016 at 2:48 PM, nicolas de loof <
>> nicolas.del...@gmail.com> wrote:
>>
>>> privileged flag has been added to development build (
>>> https://jenkins.ci.cloudbees.com/job/plugins/job/amazon-ecs-plugin/)
>>> anyway, DinD is probably not a good idea (there's really few docker
>>> usages to actually require it). What's your actual need ?
>>>
>>> 2016-01-22 20:46 GMT+01:00 Brandon Wagner :
>>>
 So I ended up figuring my issue out. I think there were a couple of
 issues. My JNLP port was set to 50,000 instead of 5,000 which the Jenkins
 Docker Container I was using was mapping to the host port 5000. And my Load
 Balancer in front of Jenkins was not forwarding port 5000 to the host (only
 443). Anyways, all of that is fixed and I can now run builds on slaves in
 ECS.

 My next problem: I want to use docker-in-docker to run docker builds on
 my docker jenkins slaves. I'm trying to use
 https://github.com/tehranian/dind-jenkins-slave which looks good, but
 I don't see an option on the Jenkins ECS plugin to run the slave as
 privileged which is necessary for docker-in-docker.


 -Brandon Wagner

 On Fri, Jan 22, 2016 at 7:11 AM, nicolas de loof <
 nicolas.del...@gmail.com> wrote:

> First look into jenkins logs.
> Also check on ECS a task definition has been created for
> jenkins-slaves.
> Also double check ECS nodes can ping your jenkins master URL.
>
> 2016-01-21 22:13 GMT+01:00 Brandon Wagner :
>
>> I'm trying to use the Jenkins AWS EC2 Container Service (ECS) plugin
>> to deploy Jenkins Slave Containers for builds. I have an ECS cluster 
>> setup,
>> and I have it configured in my Jenkins Configuration. Everything appears 
>> to
>> be good until I try to build a job, restricting to the ecs cloud label I
>> setup, and it just comes back with "(pending—
>> Jenkins-Container-Cloud-456...164
>> is
>> offline)" .
>>
>> Does anyone know how to fix this, or have suggestions on debugging
>> steps?
>>
>> --
>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/f9bf24d9-a9e3-46f6-8fba-041b3344bdc7%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to a 

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/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 access to these features without using 
> GUI. That is to say, it can be that modifying the XML of the job to change 
> the icon in the GUI may still be possible.
> Best regards,
> Jonathan
>
>
> El viernes, 20 de junio de 2014, 9:07:23 (UTC+2), Glenn V escribió:
>>
>> Hi,
>>
>> I use the (free) Cloudbees folder plugin (4.5) on Jenkins (1.559). I have 
>> several layers of nested folders. For most folders, the weather icon 
>> correctly displays the aggregated status of recent builds, but for some 
>> folders no icon is displayed. I cannot find a logical difference between 
>> the folders that do show the icon and the ones that don't. Is there 
>> anything I can check to figure out what happens?
>>
>> For a folder you can also configure "Health metrics", but when you add 
>> "Child item with worst health", then save the configuration and check 
>> again, then the metric is not there anymore. Does the save function not 
>> work? Are health metrics not supported in the free version?
>>
>> Kind regards,
>>
>> Glenn
>>
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/73a10d4a-8654-4ff2-9265-c32926ae99c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
directory"

If I just do a shell script "docker pull java && docker run java java
-version" it works.

Is there any advantage in using the CloudBees Docker Custom build
Environment Plugin rather than shell scripts? I'm hesitant in using shell
scripts since people may see shell commands and start plugging in other
commands rather than just using the Docker CLI commands.


-Brandon Wagner

On Mon, Jan 25, 2016 at 10:51 AM, nicolas de loof 
wrote:

> 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 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 Sat, Jan 23, 2016 at 1:08 PM, nicolas de loof <
>> nicolas.del...@gmail.com> wrote:
>>
>>> You could use docker-custom-build-environment-plugin for this exact
>>> scenario, with bind mounted /var/run/docker.sock so you can run containers
>>> side by side (vs "in-docker"). Would need some tests on my side to ensure
>>> this scenario is supported, I have this on my TOD for a while but never
>>> took time to setup a test environment for it...
>>>
>>> 2016-01-22 21:01 GMT+01:00 Brandon Wagner :
>>>
 I would like to run Docker containers for all of my software projects
 and dynamically allocate build slaves via ECS (so that I can have a core
 cluster that can do builds quickly; in contrast to spinning up an EC2
 instance).

  For example, I have a Java application which is completely contained
 in a Docker container (I can build it, run tests, and run the actual
 application with Tomcat all within the container). I want to use this for a
 variety of different purposes (dev, testing, qa, and production). In order
 to make it reusable like that, I don't want to include Jenkins Slave
 packages and expose ports. I'd rather deploy out a Jenkins-Slave container
 to my ECS cluster, and then have that slave handle running my application's
 docker container which also performs tests.

 I also support other team applications which are already running docker
 container builds in Jenkins (locally on the Jenkins Master). I want it to
 be transparent to them that I'm "outsourcing" build slaves to ECS. It
 shouldn't matter to them that I'm changing the way Jenkins is performing
 builds.

 Let me know if you (or anyone else) have suggestions based on my goals.

 -Brandon Wagner


 On Fri, Jan 22, 2016 at 2:48 PM, nicolas de loof <
 nicolas.del...@gmail.com> wrote:

> privileged flag has been added to development build (
> https://jenkins.ci.cloudbees.com/job/plugins/job/amazon-ecs-plugin/)
> anyway, DinD is probably not a good idea (there's really few docker
> usages to actually require it). What's your actual need ?
>
> 2016-01-22 20:46 GMT+01:00 Brandon Wagner :
>
>> So I ended up figuring my issue out. I think there were a couple of
>> issues. My JNLP port was set to 50,000 instead of 5,000 which the Jenkins
>> Docker Container I was using was mapping to the host port 5000. And my 
>> Load
>> Balancer in front of Jenkins was not forwarding port 5000 to the host 
>> (only
>> 443). Anyways, all of that is fixed and I can now run builds on slaves in
>> ECS.
>>
>> My next problem: I want to use docker-in-docker to run docker builds
>> on my docker jenkins slaves. I'm trying to use
>> https://github.com/tehranian/dind-jenkins-slave which looks good,
>> but I don't see an option on the Jenkins ECS plugin to run the slave as
>> privileged which is necessary for docker-in-docker.
>>
>>
>> -Brandon Wagner
>>
>> On Fri, Jan 22, 2016 at 7:11 AM, nicolas de loof <
>> nicolas.del...@gmail.com> wrote:
>>
>>> First look into jenkins logs.
>>> Also check on ECS a task definition has been created for
>>> jenkins-slaves.
>>> Also double check ECS nodes can ping your jenkins master URL.
>>>
>>> 2016-01-21 22:13 GMT+01:00 Brandon Wagner :
>>>
 I'm trying to use the Jenkins AWS EC2 Container Service (ECS)
 plugin to deploy Jenkins Slave Containers for builds. I have an ECS 
 cluster
 setup, and I have it 

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/workflow-plugin-tutorial-writing-a-step-impl/

That would be the best place to start.
--
Craig


On Mon, Jan 25, 2016 at 3:06 AM, Erwan de Ferrières <
erwan.de-ferrie...@whaller.com> wrote:

> 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
> project and sending notfiications on our IRC channel.
>
> Best regards,
>
> Erwan
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/def9bff5-35aa-4d0c-93e2-6796eb6559a7%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAG%3DrPVc7-C3ajCseHcSjLiBbg7aBZ9ckOGtMpbf5BTb64WwLuw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 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 Sat, Jan 23, 2016 at 1:08 PM, nicolas de loof  > wrote:
>
>> You could use docker-custom-build-environment-plugin for this exact
>> scenario, with bind mounted /var/run/docker.sock so you can run containers
>> side by side (vs "in-docker"). Would need some tests on my side to ensure
>> this scenario is supported, I have this on my TOD for a while but never
>> took time to setup a test environment for it...
>>
>> 2016-01-22 21:01 GMT+01:00 Brandon Wagner :
>>
>>> I would like to run Docker containers for all of my software projects
>>> and dynamically allocate build slaves via ECS (so that I can have a core
>>> cluster that can do builds quickly; in contrast to spinning up an EC2
>>> instance).
>>>
>>>  For example, I have a Java application which is completely contained in
>>> a Docker container (I can build it, run tests, and run the actual
>>> application with Tomcat all within the container). I want to use this for a
>>> variety of different purposes (dev, testing, qa, and production). In order
>>> to make it reusable like that, I don't want to include Jenkins Slave
>>> packages and expose ports. I'd rather deploy out a Jenkins-Slave container
>>> to my ECS cluster, and then have that slave handle running my application's
>>> docker container which also performs tests.
>>>
>>> I also support other team applications which are already running docker
>>> container builds in Jenkins (locally on the Jenkins Master). I want it to
>>> be transparent to them that I'm "outsourcing" build slaves to ECS. It
>>> shouldn't matter to them that I'm changing the way Jenkins is performing
>>> builds.
>>>
>>> Let me know if you (or anyone else) have suggestions based on my goals.
>>>
>>> -Brandon Wagner
>>>
>>>
>>> On Fri, Jan 22, 2016 at 2:48 PM, nicolas de loof <
>>> nicolas.del...@gmail.com> wrote:
>>>
 privileged flag has been added to development build (
 https://jenkins.ci.cloudbees.com/job/plugins/job/amazon-ecs-plugin/)
 anyway, DinD is probably not a good idea (there's really few docker
 usages to actually require it). What's your actual need ?

 2016-01-22 20:46 GMT+01:00 Brandon Wagner :

> So I ended up figuring my issue out. I think there were a couple of
> issues. My JNLP port was set to 50,000 instead of 5,000 which the Jenkins
> Docker Container I was using was mapping to the host port 5000. And my 
> Load
> Balancer in front of Jenkins was not forwarding port 5000 to the host 
> (only
> 443). Anyways, all of that is fixed and I can now run builds on slaves in
> ECS.
>
> My next problem: I want to use docker-in-docker to run docker builds
> on my docker jenkins slaves. I'm trying to use
> https://github.com/tehranian/dind-jenkins-slave which looks good, but
> I don't see an option on the Jenkins ECS plugin to run the slave as
> privileged which is necessary for docker-in-docker.
>
>
> -Brandon Wagner
>
> On Fri, Jan 22, 2016 at 7:11 AM, nicolas de loof <
> nicolas.del...@gmail.com> wrote:
>
>> First look into jenkins logs.
>> Also check on ECS a task definition has been created for
>> jenkins-slaves.
>> Also double check ECS nodes can ping your jenkins master URL.
>>
>> 2016-01-21 22:13 GMT+01:00 Brandon Wagner :
>>
>>> I'm trying to use the Jenkins AWS EC2 Container Service (ECS) plugin
>>> to deploy Jenkins Slave Containers for builds. I have an ECS cluster 
>>> setup,
>>> and I have it configured in my Jenkins Configuration. Everything 
>>> appears to
>>> be good until I try to build a job, restricting to the ecs cloud label I
>>> setup, and it just comes back with "(pending—
>>> Jenkins-Container-Cloud-456...164
>>> is
>>> offline)" .
>>>
>>> Does anyone know how to fix this, or have suggestions on debugging
>>> steps?
>>>
>>> --
>>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> 

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 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 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 material design!
>>>
>>> Nice work.
>>>
>>>
>>>
>>>
>>> On Friday, January 22, 2016 at 4:16:50 AM UTC+11, Afonso F wrote:

 Hi guys,

 I created a Jenkins theme based on Google Material Design. It changes
 the layout and icons using SVG ones. Take a look!

 http://afonsof.com/jenkins-material-theme/


 
 
 





 --
>>> 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 jenkinsci-use...@googlegroups.com.
>>
>>
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-users/4421b253-75b1-406c-b1ee-6096011d4ed0%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/025e2dbc-a364-4a66-9194-c059bca5ecb4%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVczHdmhwvMJgm3%2Bsx_Ncx0-mDfz%2BtcW3XnpMjOPJrtJhw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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://jenkins-ci.361315.n4.nabble.com/how-to-invoke-the-QAC-which-intalled-in-slave-machine-by-jenkins-tp4791290.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1453710058720-4791290.post%40n4.nabble.com.
For more options, visit https://groups.google.com/d/optout.


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 deploying web based applications on AWS

* Good experience in deploying web based applications on Azure

* Experience in installing SSL Certificates for AWS/Azure applications

* Experience in deploying PHP/Maria DB applications in AWS is a plus

* Excellent communication (Oral and Written) skills

* Should be able to work independently with the Client



Thanks & Regards



Mary Brody

Agile Enterprise Solutions, Inc

Ph: 630-315-9587

Email : mary_br...@aesinc.us.com || www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

Note: If you have received this mail in error or prefer not to receive such
emails in the future, please reply with "REMOVE" in the subject line and
the email id(s) to be removed. All removal requests will be honored ASAP.
We sincerely apologize

On Mon, Jan 25, 2016 at 11:48 AM, Mary Brody 
wrote:

>
>
> 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 deploying web based applications on AWS
>
> * Good experience in deploying web based applications on Azure
>
> * Experience in installing SSL Certificates for AWS/Azure applications
>
> * Experience in deploying PHP/Maria DB applications in AWS is a plus
>
> * Excellent communication (Oral and Written) skills
>
> * Should be able to work independently with the Client
>
>
>
> Thanks & Regards
>
>
>
> Mary Brody
>
> Agile Enterprise Solutions, Inc
>
> Ph: 630-315-9587
>
> Email : mary_br...@aesinc.us.com || www.aesinc.us.com
>
> Agile Enterprise Solutions Inc || "Ensuring Client's Success"||
>
> Note: If you have received this mail in error or prefer not to receive
> such emails in the future, please reply with "REMOVE" in the subject line
> and the email id(s) to be removed. All removal requests will be honored
> ASAP. We sincerely apologize
>
>
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAOeX1qS3p_2%2B1RajXGA8A78iA5hj7EVvmjaWc%3DWg-HhogKEKgQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 such that Jenkins sends you a snapchat whenever a
release is published xD


Getting a feed for the changelog I agree is a very good idea. We'll have to
change the development workflow for Jenkins core a bit to properly support it,
since right now people are just updating an HTML file.


I'll put further updates in the ticket though



- R. Tyler Croy

--
 Code: 
  Chatter: 

  % gpg --keyserver keys.gnupg.net --recv-key 3F51E16F
--

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/20160125173428.GA2891%40blackberry.coupleofllamas.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Digital signature


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 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 material design!
>>
>> Nice work. 
>>
>>
>>
>>
>> On Friday, January 22, 2016 at 4:16:50 AM UTC+11, Afonso F wrote:
>>>
>>> Hi guys,
>>>
>>> I created a Jenkins theme based on Google Material Design. It changes 
>>> the layout and icons using SVG ones. Take a look!
>>>
>>> http://afonsof.com/jenkins-material-theme/
>>>
>>>
>>> 
>>>  
>>> 
>>>  
>>> 
>>>
>>>
>>>
>>>
>>>
>>> -- 
>> 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 jenkinsci-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/4421b253-75b1-406c-b1ee-6096011d4ed0%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/025e2dbc-a364-4a66-9194-c059bca5ecb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 downloaded and added in  nexus third party jar.
>
> Now after doing all  this stuff...I am  getting compilation error
> INFO] 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile 
> (default-compile) on project nexus-metadata-plugin: Compilation failure: 
> Compilation failure:
> [ERROR] 
> /home/suchisub/work/git/nexus-metadata-plugin/src/main/java/de/mb/NexusMetadataBuilder.java:[141,45]
>  
> error: cannot find symbol
> [ERROR] variable metadataRes of type CustomMetadataResponse
> [ERROR] 
> /home/suchisub/work/git/nexus-metadata-plugin/src/main/java/de/mb/NexusMetadataBuilder.java:[144,23]
>  
> error: cannot find symbol
> [ERROR] variable customMetadata of type CustomMetadata
> [ERROR] 
> /home/suchisub/work/git/nexus-metadata-plugin/src/main/java/de/mb/NexusMetadataBuilder.java:[145,17]
>  
> error: cannot find symbol
> [ERROR] variable customRequest of type CustomMetadataRequest
> [ERROR] 
> /home/suchisub/work/git/nexus-metadata-plugin/src/main/java/de/mb/NexusMetadataBuilder.java:[186,6]
>  
> error: cannot find symbol
> [ERROR] variable item of type CustomMetadata
> [ERROR] 
> /home/suchisub/work/git/nexus-metadata-plugin/src/main/java/de/mb/NexusMetadataBuilder.java:[187,6]
>  
> error: cannot find symbol
> [ERROR] variable item of type CustomMetadata
> [ERROR] 
> /home/suchisub/work/git/nexus-metadata-plugin/src/main/java/de/mb/NexusMetadataBuilder.java:[188,6]
>  
> error: cannot find symbol
> [ERROR] variable item of type CustomMetadata
> [ERROR] 
> /home/suchisub/work/git/nexus-metadata-plugin/src/main/java/de/mb/NexusMetadataBuilder.java:[189,6]
>  
> error: cannot find symbol
> [ERROR] variable item of type CustomMetadata
> [ERROR] 
> /home/suchisub/work/git/nexus-metadata-plugin/src/main/java/de/mb/NexusMetadataBuilder.java:[191,9]
>  
> error: cannot find symbol
> [ERROR] -> [Help 1]
>
>
>
> then I downloaded your jar file and follow the same step..
> Still having the same issue.
>
> Is it related to  version I am  using or some stupid stuff I am  doing
>
> Thanks for your help in  advance.
>
> ~S
>
>
>
>
> On Wednesday, May 22, 2013 9:40:32 AM UTC-7, Marcel Birkner wrote:
>>
>> Hi Izet,
>>
>> It seems that Sonatype removed the client jar from the Nexus Zip file. I 
>> was using Version 2.0.6 when I was writing the article. Please find the JAR 
>> file attached to this message.
>>
>> *nexus-professional-**trial-2.0.6\nexus\WEB-INF\*
>> *optional-plugins\nexus-custom-**metadata-plugin-2.0.6\nexus-*
>> *custom-metadata-plugin-2.0.6*
>>
>> Greetings,
>> Marcel
>>
>>
>>
>> Am Montag, 20. Mai 2013 23:31:55 UTC+2 schrieb Izet Salihbegovic:
>>>
>>> Hi Marcel
>>>
>>> Great work on your explanations but I hit the snag.  Cant find one 
>>> dependency anwhere.
>>> Using Professional Edition, Version: 2.4.0-09
>>> Here is what I dont have
>>> 
>>> org.sonatype.nexus
>>> *nexus-custom-metadata-plugin-client*
>>> 1.0
>>> 
>>>
>>> On Monday, August 6, 2012 5:43:00 AM UTC-7, Marcel Birkner wrote:

 Hi,

 I was looking for a way to add some metadata to build artifacts after 
 they are deployed to Nexus / Artifactory. Since both tools offer a 
 metadata-plugin for the Pro Editions I decided to write my own Jenkins 
 Plugin that calls the Nexus REST API to add some metadata to the deployed 
 artifact. Turns out, writing Jenkins plugins is not that hard thanks to 
 some great documentation and the Maven hpi plugin that creates the project 
 skeleton.

 I wrote up my experience when developing the plugin and posted the 
 project on github. 


- Jenkins - Nexus Tutorial 

 
- Sourcecode on Github 



 I hope you find the article helpful in creating your own Jenkins 
 plugins in the future.

 Greetings,
 Marcel




-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f4a53a59-cdea-49ab-a52a-76300afa7d90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 in any way? I couldn't find any API to support this...

Thanks,
Yotam

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/cc6fba76-67a2-4c77-bc32-5259d6c0e17b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 though.

On Tuesday, January 26, 2016 at 1:00:17 AM UTC+2, Craig Rodrigues wrote:
>
> 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.
>
> --
> Craig
>
>
> On Mon, Jan 25, 2016 at 2:46 PM, Yotam Shapira  > wrote:
>
>> 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 in any way? I couldn't find any API to support this...
>>
>> Thanks,
>> Yotam
>>
>> -- 
>> 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 jenkinsci-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/cc6fba76-67a2-4c77-bc32-5259d6c0e17b%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/de049ab9-9dac-4e76-a6dd-d4dd3c2d31d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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://github.com/freebsd/freebsd-ci/blob/master/scripts/build/build-test.groovy#L190
>
> In this execution of the workflow, the build clearly failed:
>
> https://jenkins.freebsd.org/job/FreeBSD_HEAD_sparc64/19/flowGraphTable/
>
> but the step to send out the e-mail did not run.  No e-mails were sent out.
>
> Did I structure something wrong in my workflow script?
> --
> Craig
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/26316323-6e94-4835-98ea-ffb0843eeab7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.

--
Craig


On Mon, Jan 25, 2016 at 2:46 PM, Yotam Shapira 
wrote:

> 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 in any way? I couldn't find any API to support this...
>
> Thanks,
> Yotam
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/cc6fba76-67a2-4c77-bc32-5259d6c0e17b%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAG%3DrPVfyUQx-zc-_snTWL08ek_n5-qao7LrS_zXHaJUWsm6Ehg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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#plugin-developer-guide
> and this video:
> https://jenkins-ci.org/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/
> 
> That would be the best place to start.


IRC is actually a very simple protocol, so you may be able to modify this
example:

for now and just use netcat to send messages to IRC.


not ideal, I know, but is a workaround you can use right now.




> On Mon, Jan 25, 2016 at 3:06 AM, Erwan de Ferrières <
> erwan.de-ferrie...@whaller.com> wrote:
> 
> > 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
> > project and sending notfiications on our IRC channel.
> >
> > Best regards,
> >
> > Erwan
> >
> > --
> > 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 jenkinsci-users+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> > https://groups.google.com/d/msgid/jenkinsci-users/def9bff5-35aa-4d0c-93e2-6796eb6559a7%40googlegroups.com
> > 
> > .
> > For more options, visit https://groups.google.com/d/optout.
> >
> 
> -- 
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/CAG%3DrPVc7-C3ajCseHcSjLiBbg7aBZ9ckOGtMpbf5BTb64WwLuw%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

- R. Tyler Croy

--
 Code: 
  Chatter: 

  % gpg --keyserver keys.gnupg.net --recv-key 3F51E16F
--

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/20160126015028.GF2891%40blackberry.coupleofllamas.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Digital signature


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 send out mail on failure.  What is going on?

The blog post you referred to is OK for simply sending out e-mail,
but I want to use the logic in the Mailer class, because it has a lot of
good
stuff for sending out e-mails on failures, and when failures turn into
successes.

Thanks.
--
Craig


On Mon, Jan 25, 2016 at 2:32 PM, Tom Fennelly 
wrote:

> 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://github.com/freebsd/freebsd-ci/blob/master/scripts/build/build-test.groovy#L190
>>
>> In this execution of the workflow, the build clearly failed:
>>
>> https://jenkins.freebsd.org/job/FreeBSD_HEAD_sparc64/19/flowGraphTable/
>>
>> but the step to send out the e-mail did not run.  No e-mails were sent
>> out.
>>
>> Did I structure something wrong in my workflow script?
>> --
>> Craig
>>
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAG%3DrPVfOGrGymiGuchtujN4F-dxBj0r4JeQ6%2BT5duyPHtJDK0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 schrieb iostrym :
>
> Hi,
>
> We did a crash with jenkins, using plug-in warnings with a logfile that is 
> 70 Mo big :
>
> [WARNINGS] Parsing warnings in console log with parser FPGA_Questa_UVM
>
> ERROR: Publisher hudson.plugins.warnings.WarningsPublisher aborted due to 
> exception
>
> hudson.util.IOException2 
> : 
> remote file operation failed: /***/ at 
> hudson.remo...@**:serveur_linux_rdo 
>
>   at hudson.FilePath.act(FilePath.java:861) 
> 
>
>   at hudson.FilePath.act(FilePath.java:838) 
> 
>
>   at 
> hudson.plugins.warnings.WarningsPublisher.annotate(WarningsPublisher.java:447)
>  
> 
>
>   at 
> hudson.plugins.warnings.WarningsPublisher.parseConsoleLog(WarningsPublisher.java:411)
>  
> 
>
>   at 
> hudson.plugins.warnings.WarningsPublisher.perform(WarningsPublisher.java:320) 
> 
>
>   at 
> hudson.plugins.analysis.core.HealthAwareRecorder.perform(HealthAwareRecorder.java:333)
>  
> 
>
>   at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) 
> 
>
>   at 
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
>  
> 
>
>   at 
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:786)
>  
> 
>
>   at hudson.model.Build$BuildExecution.post2(Build.java:183) 
> 
>
>   at 
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:733)
>  
> 
>
>   at hudson.model.Run.execute(Run.java:1592) 
> 
>
>   at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) 
> 
>
>   at hudson.model.ResourceController.execute(ResourceController.java:88) 
> 
>
>   at hudson.model.Executor.run(Executor.java:237) 
> 
>
> Caused by: java.io.IOException 
> : Remote 
> call on serveur_linux_rdo failed
>
>   at hudson.remoting.Channel.call(Channel.java:681) 
> 
>
>   at hudson.FilePath.act(FilePath.java:854) 
> 
>
>   ... 14 more
>
> Caused by: java.lang.OutOfMemoryError 
> : 
> Java heap space
>
>
>
> We tried to re-run our slave with a bigger heap size but it doesn't help. So 
> we wonder if the HEAP error is regarding the master or the slave ? Which one 
> is executing the plug-in warning and do the parsing : master or slave ?
>
>
> because of "Remote call on serveur_linux_rdo failed" we thought that the 
> parsing was done by the slave but as the upgrade of the heap size of  Java 
> Virtual Machine don't change anything and also because I succeed to crash the 
> master and shutdown all slaves connected to the master by testing it, I gives 
> me the feeling that the master may do something with the parsing.
>
>
> Any idea ?
>
>
> Best regards,
>
>
> Armand
>
>
> -- 
> 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 jenkinsci-use...@googlegroups.com .
> 

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 set up
>> such a feed?
> 
> Right now the changelog is a plain HTML page (which is probably not
> the best of ideas anyway, for either changelog, no that we have a
> static site). We'd need to move it into some other data structure
> from which the HTML changelog (and RSS/Atom) would be generated.
> 
> Could you file an issue in the WEBSITE project on
> http://issues.jenkins-ci.org?

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? ;)

Cheers,
Johannes

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/56A5E344.8090701%40techfak.uni-bielefeld.de.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: OpenPGP digital signature


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.SimpleBuildWrapper is named
TimestamperBuildWrapper

https://gist.github.com/davidkarlsen/e3c5bebb0561f089dd4e

the plugin is installed - it works fine in non-workflow type jobs.

-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAGO7Ob2uxoQy_W6921v%2BMDBUcoHvVFQ1jV6_CfYEdSdyp1%3Dv4Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 
project and sending notfiications on our IRC channel.

Best regards,

Erwan

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/def9bff5-35aa-4d0c-93e2-6796eb6559a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 send messages to IRC.
>
>
The example you gave uses HTTP web hooks exposed by Slack.
That example isn't useful at all for IRC.

It would be better to modify the Jenkins IRC plugin to by pipeline/workflow
compatible.

--
Craig

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAG%3DrPVdyQi7nSkEOowsELz3fQNJKytiwUSyDE%2BTSOjQy5hdDCA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.