Jenkins windows slave 401 authorization required error

2016-05-01 Thread Sharon Yanko
Hi everyone, I am new to jenkins. I wish to run jenkins slave but when launching the slave-agent.jnlp on the slave I am receiving the following error: "401 for url:http://myserver/jnlpJars/remoting.jar"; So I copied remoting locally and received:"401 Unauthorized" error. I am running jenkin

CSV to Jenkins Report

2016-05-01 Thread Pradeep Patra
Hi all, I have a test suite which generates the results in CSV file. I was looking for a Jenkins Plugin to take the CSV as input and show to the user as a fancy report. Can I do that , if so how? Any Thoughts will help. Regards Pradeep -- You received this message because you are subscrib

Re: Jenkins windows slave 401 authorization required error

2016-05-01 Thread Daniel Beck
> On 01.05.2016, at 10:54, Sharon Yanko wrote: > > Any thoughts? Looks like a bug in the Negotiate SSO plugin that doesn't consider that path to be unprotected: https://github.com/jenkinsci/negotiatesso-plugin/blob/master/src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecFilte

Re: Jenkins 2.x Pipeline - parametrized build, parameters are not evaluated in Git

2016-05-01 Thread Lionel Orellana
Doesn't the Pipeline Multibranch Plugin do what you want? Still sounds like a bug though. On Friday, 8 April 2016 17:06:59 UTC+10, thomas@teamaol.com wrote: > > I tested that with the first release candidate. > *The is

Re: CSV to Jenkins Report

2016-05-01 Thread Baptiste Mathus
Hi, Possibly https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin but didnt try it myself. My 2 cents 2016-05-01 12:10 GMT+02:00 Pradeep Patra : > Hi all, > I have a test suite which generates the results in CSV file. I was > looking for a Jenkins Plugin to take the CSV as input and show

2.0 Pipeline - input step with choice param fails

2016-05-01 Thread Lionel Orellana
Hello I got this code from the snippet generator to capture user input with a Choice Parameter: input message: 'where do you want to build this?', parameters: [[$class: 'ChoiceParameterDefinition', choices: ['ec2', 'docker'], description: '', name: 'label']] When I add it to my pipeline it th

Customizing Jenkins on start up - Initialization Scripts

2016-05-01 Thread RM
Hello, I am looking for options to customize Jenkins after start up. For e.g. set up tools such as Java, Git, Maven, etc. While i do see the option of writing groovy scripts and placing them at $JENKINS_HOME/HOOK.groovy.d, I would prefer to read the tool locations (in my groovy file) from a YA

Re: Jenkins 2.0 and the game of life

2016-05-01 Thread Sarah Baker
Yes, I've tried both with and without the -o exactly as it indicates in the book. Entered with javadoc:javadoc -o the error is ... [INFO] *--- maven-install-plugin:2.4:install (default-install) @ gameoflife --- *[WARNING] The POM for org.codehaus.plexus:plexus-utils:jar:3.0.5 is missing, no de

Re: Jenkins 2.0 and the game of life

2016-05-01 Thread Richard Bywater
What error is received when NOT using the -o flag? Richard. On Mon, 2 May 2016 at 12:02 Sarah Baker wrote: > Yes, I've tried both with and without the -o exactly as it indicates in > the book. > Entered with javadoc:javadoc -o the error is > ... > > [INFO] *--- maven-install-plugin:2.4:install

Re: Digest for jenkinsci-users@googlegroups.com - 11 updates in 8 topics

2016-05-01 Thread Davidson, Lemar
Automatic Response: I will be on break Monday May 2nd, 2016. Please contact Asif Chinwalla for any urgent needs. Thank you. On May 1, 2016, at 11:59 AM, jenkinsci-users@googlegroups.com wrote: > jenkinsci-users@googlegroups.com > Google Groups -- You received this message because you are s

Re: Jenkins 2.0 and the game of life

2016-05-01 Thread Sarah Baker
>From book, figure 2-25. Entering Goals install clean Goals javadoc:javadoc without -o on either build goal it built this time. Why? Unclear, I've been playing with a bunch of settings in jenkins. I found one issue with my setup that 'archive the artifacts' was **/.jar and not **/target/*.j