Re: notifications on pipeline builds

2016-11-28 Thread Daniel Beck
> On 28.11.2016, at 23:19, Phil Swenson wrote: > > is there a plugin I'm missing that manages this stuff across many jobs given > that this code is pure boiler-plate? >

notifications on pipeline builds

2016-11-28 Thread Phil Swenson
I've been researching ways to do build complete/fail notifications for pipeline jobs I'm surprised to only find solutions like this: https://jenkins.io/blog/2016/07/18/pipline-notifications/ https://bitbucket.org/snippets/fahl-design/koxKe basically copy/paste code into all the

Slave Node can't connect to Master on Ubuntu 16.10

2016-11-28 Thread 'imker25' via Jenkins Users
Hello, yesterday I upgraded on of my build nodes from Ubuntu 16.04 to 16.10. After the upgrade the slave was unable to connect to the jenkins master with version 2.33 running on Ubuntu 16.04. When I try to start the nodes *.jar file on commad line I get the following output: java -jar

Ansible plugin problem in pipeline code

2016-11-28 Thread Guy Knights
I'm trying to use the ansible plugin in a pipeline script, but it fails to find ansible-playbook. I've used the "ansibleName" parameter to supply the name of the Ansible version I want to use from Jenkins' global tool config page, but it still fails. I get the following when trying to execute a

Re: Java Version on CentOS 7.2

2016-11-28 Thread Brian Ray
FWIW we have a few agents running on CentOS 7.1/OpenJDK 1.8. No issues. On Wednesday, November 16, 2016 at 7:44:06 PM UTC-8, Daniel Beck wrote: > > > > On 16.11.2016, at 21:36, Aaron K wrote: > > > > Is OpenJDK 1.8 supported on CentOS 7.2? > > > > We're installing with

Workspace Cleanup Plugin

2016-11-28 Thread Виталий Пучков
Hi, i'm try to add exclusion rule for Workspace Cleanup Plugin 0.28 version. I want to exclude "jdbc.test.properties" from deleting. But it doesn't work. Everything is being deleted, rule isn't applied. I'v tried: 1) jdbc.test.properties 2) /jdbc.test.properties 3) ./jdbc.test.properties 4)

Re: Jenkins Plug-in for Microstrategy

2016-11-28 Thread Charu Selvaraj
Thanks for the reply. There's lots of information, but when I searched for microstrategy, I couldn't find any match. On Monday, November 28, 2016 at 4:05:15 PM UTC+5:30, Victor Martinez wrote: > > You can find further details about plugins and so on in the below page: > -

Re: pipeline - build job with FileParameterValue

2016-11-28 Thread Jonathan Hodgson
That was pretty much the first problem I ran into! File Parameters don't currently work with pipelines https://issues.jenkins-ci.org/browse/JENKINS-27413 On Monday, November 28, 2016 at 11:53:52 AM UTC, José Coelho wrote: > > I am trying to invoke a job that accepts a file: > > build job:

pipeline - build job with FileParameterValue

2016-11-28 Thread José Coelho
I am trying to invoke a job that accepts a file: build job: 'UploadPackage', parameters: [ string(name: 'ARCH',value: 'x86_64'), [$class: 'FileParameterValue', file: new File('myfile'), originalFileName: "package.rpm"] However, I got: java.lang.ClassCastException:

Re: unable to start jenkins server

2016-11-28 Thread Victor Martinez
Cannot you run the init.d file itself with -x? root@jenkins-playground:~# sudo sh -x /etc/init.d/jenkins status + PATH=/bin:/usr/bin:/sbin:/usr/sbin + DESC=Jenkins Continuous Integration Server + NAME=jenkins Do you see any log traces under /var/log/jenkins/jenkins.log?

Re: Jenkins Plug-in for Microstrategy

2016-11-28 Thread Victor Martinez
You can find further details about plugins and so on in the below page: - https://plugins.jenkins.io/ On Monday, 28 November 2016 10:05:50 UTC, Charu Selvaraj wrote: > > We are looking for integrating Microstrategy Integrity Manager with > Jenkins. > > Want to know which plug-in should be

Jenkins Plug-in for Microstrategy

2016-11-28 Thread Charu Selvaraj
We are looking for integrating Microstrategy Integrity Manager with Jenkins. Want to know which plug-in should be installed to integrate with Microstrategy. Could you please help me to get this information. -- You received this message because you are subscribed to the Google Groups

Re: unable to start jenkins server

2016-11-28 Thread Paxton, Darren
What steps have you taken to investigate. Help comes usually once you've tried to diagnose, not sent a message with zero information and expect someone to miraculously know what's going on with your setup. As for priority. On 28 Nov 2016, at 07:26,