Re: Jenkins 2.7 vs 2.4

2017-04-19 Thread James Dumay
Hi Filippo, Great to hear that you are upgrading to use Blue Ocean :) While Blue Ocean is compatible with 2.7.1 and above I do strongly advise using the latest LTS, 2.46.1, as there have been several nasty security vulnerabilities. All the best, James On Tuesday, April 18, 2017 at 8:52:14

Re: How to restore to previous state after automatic update

2017-04-19 Thread Mark Waite
That message usually means that you're trying to run newer Java byte code (Java 8) on an older Java interpreter (Java 7). Since Oracle Java 7 announced the end of public updates in April 2015, you should probably move forward and configure your system to run with Java 8. If you updated to the

Re: Regarding the recent waves of mailing list spam

2017-04-19 Thread Arnaud Héritier
Let's go CEST/CET Do we know how many new subscribers we have per day/week to see how many we should be to moderate new members ? On Tue, Apr 18, 2017 at 5:10 PM, Joseph P wrote: > I would also be willing. Timezone CEST/CET :) > > > Den mandag den 17. april 2017 kl.

How to restore to previous state after automatic update

2017-04-19 Thread CNemo
Hi, friends! I not an expert on Jenkins and recently hit a problem - Web UI is not working returning 503. I think it is related to the automatic update that happened day before. When I start windows service I see following event in event viewer: Child process [8720 - E:\Program Files

Jenkins Docker Image and Volumes

2017-04-19 Thread Rahul Somasunderam
Hi, I would like to think of my Jenkins Docker image as immutable, but there are some hurdles I'm running into. The volume currently declared is for /var/jenkins_home. This means I have to mount the whole thing. This includes the war subdirectory and plugins subdirectory. I definitely want to

Re: Request to be Maintainer of AWS Device Farm Plugin

2017-04-19 Thread Andrew Hawker
Confirming request to change maintainer. Original plugin request is at: https://groups.google.com/d/topic/jenkinsci-dev/C9brgE0KFHs/discussion GH repo: https://github.com/jenkinsci/aws-device-farm-plugin It doesn't appear I have access/admin access on the JenkinsCI org GH repo anymore, so I

Re: Jenkins Mirror is down

2017-04-19 Thread R. Tyler Croy
(replies inline) On Mon, 17 Apr 2017, Devon wrote: > Hi there > > I am trying to update my Jenkins instance but it fails due to the mirror it > is being redirected to being unable to process the request. > > URL I get: http://ftp.icm.edu.pl/packages/jenkins/war/2.55/jenkins.war > > Message

Request to be Maintainer of AWS Device Farm Plugin

2017-04-19 Thread 'Bommas, Chandra' via Jenkins Users
Hello, I would like to be the maintainer of the AWS Device Farm Plugin ( https://wiki.jenkins-ci.org/display/JENKINS/AWS+Device+Farm+Plugin) Andrew Hawker, the current maintainer of the plugin, has agreed with this change. My Details are as below Github handle: chabom2017 Jenkins Infra

Re: LDAP fails with no details in the logs

2017-04-19 Thread Daniel Watrous
I noticed that I only got undefined if I wasn't showing the advanced options. The updated plugin shows the dialog even when the advanced options aren't visible. Thanks. This did give me some additional detail to work with the AD team and see if I can get LDAP auth working. It seems I need a

RE: Getting started with Multibranch pipeline

2017-04-19 Thread David Aldrich
Hi Chris Thanks for your answer. > Jenkins will then inspect each of the branches in the repo, and create a new > Pipeline job for any branches which contain a `Jenkinsfile` in the root of the > branch directory. Does that mean that only one Jenkinsfile is allowed per branch? In other words,

Re: Getting started with Multibranch pipeline

2017-04-19 Thread Christopher Orr
Hi there, On Wed, 19 Apr 2017, at 10:03, David Aldrich wrote: > I am just getting started with the Multibranch pipeline project type > (though I am familiar with conventional job types). > > I am not using Docker. The job will run on multiple svn branches and > will simply run a command step to

Re: Publish test file .TRX to .XML on jenkins

2017-04-19 Thread Fernando Urkijo
Can you please tell me where is that drop down? don't see it anywhere -- 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: LDAP fails with no details in the logs

2017-04-19 Thread Stephen Connolly
I was able to reproduce the "undefined" modal dialog issue and I believe I have fixed it. Please try this -SNAPSHOT build: https://www.dropbox.com/s/p457a5ieud7t1l4/ldap-a258feee8ef904ac557b9c29ef1bd4e71e27d713.hpi which was built from

How to specify svn credentialsId in pipeline job?

2017-04-19 Thread David Aldrich
Hi I have created a simple pipeline job that is intended just to check out a working copy from svn initially. Here's the script: node { echo 'Hello World' stage('Checkout') { checkout([$class: 'SubversionSCM', additionalCredentials: [],

Jenkins BuildHistory | MBs of space is consumed

2017-04-19 Thread LnT
Hi, one of my job's history show like below. What are these statistics under trend ? why such MBs of space is consumed ? Any cluse Regards, LnT -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Pipeline script from SCM loses ownership

2017-04-19 Thread jeankst
To answer my own question: I was using properties - I thought it was updating properties as stated here But as it was in a pipeline job (not multibranch) so all job properties got lost:

Re: multibranch pipeline will not poll

2017-04-19 Thread Knurek
without having the webhook, try changing the setting in the config: On Wednesday, April 19, 2017 at 7:29:44 AM UTC+2, Ferran Pujol Camins wrote: > > Thanks Stephen. > > Sure that's the goal, however, I run Jenkins locally on my laptop by now, > so I can't configure my git server to send

Re: How would you add 100 users to Jenkins ? Best practice please

2017-04-19 Thread Knurek
first, you want to use the LDAP plugin (then you don't need to worry about user config in Jenkins) https://wiki.jenkins-ci.org/display/JENKINS/LDAP+Plugin for single sign-on, it'll be a bit more intricate configuration (maybe start googling: "Jenkins SSO" ) On Tuesday, April 18, 2017 at

Getting started with Multibranch pipeline

2017-04-19 Thread David Aldrich
Hi I am just getting started with the Multibranch pipeline project type (though I am familiar with conventional job types). I am not using Docker. The job will run on multiple svn branches and will simply run a command step to build our C++ software using a makefile. I want to store my

Multi-branch Pipeline Plugin - comment trigger only?

2017-04-19 Thread Danny Rehelis
Hello, Is it possible to use Multi-branch Pipeline plugin upon comment only and not for every push to Github? I do not want to run a CI on every single push user makes but only when a specific comment triggered. Thanks -- You received this message because you are subscribed to the Google