Test failures on new plugin

2017-06-05 Thread Simon M
I am in the process of writing a custom parser to work with the Warnings plugin. For now, I have taken the second route described in the documentation: "Writing a new standalone parser that will be deployed in a new plug-in". I have written the appropriate code to extend RegexpLineParser. I

Jenkins GitHub polling issue

2017-06-05 Thread phani kumar
I am facing an issue with GitHub where I am getting hudson.util.IOException2 : hudson.plugins.git.GitException: Command "/usr/bin/git -c core.askpass=true ls-remote -h http://github.com/phanikumar1210/ToolTest.git

Re: [pipeline-multibranch/git] master branch shows changes when there are none

2017-06-05 Thread Ben Hawkins
Thanks for the recommendation, but that doesn't seem to be the issue. I don't have that option enabled anywhere. On Friday, June 2, 2017 at 5:03:10 PM UTC-7, Mark Waite wrote: > > You might check your job settings to see if the git plugin option > "Calculate changelog against a specific branch"

How to fire a remote job trigger

2017-06-05 Thread John Mellor
Sorry, forgot the subject text. Resent.;^P I’m about ready to throw in the towel regarding remote job triggers. It is definitely a *LOT* too hard. I’m trying to start an Ansible construction job on a Jenkins-2 cluster from a Jenkins-1 cluster, as a workaround for a massive number of

[no subject]

2017-06-05 Thread John Mellor
I’m about ready to throw in the towel regarding remote job triggers. It is definitely a *LOT* too hard. I’m trying to start an Ansible construction job on a Jenkins-2 cluster from a Jenkins-1 cluster, as a workaround for a massive number of items not working in Jenkins-1. My prototyping

Re: Mac Jenkins Can't Clone/fetch from GitHub

2017-06-05 Thread Mark Waite
>From the "Global Tool Configuration" page of "Manage Jenkins", configure a Maven installer that downloads the maven version you need from the apache distribution locations. Jenkins will then install that tool for you automatically when you define the job to require that version of maven. Mark

Re: Mac Jenkins Can't Clone/fetch from GitHub

2017-06-05 Thread Techos
Hello, Thanks for your help, I have the same problem and it's ok now. but, I have a new problem *Cannot run program "mvn" (in directory "/Users/xxx/.jenkins/jobs/myproject/workspace* Do someone has any idea? Thanks. Le mercredi 24 mai 2017 05:00:20 UTC+2, Shuguo Yang a écrit : > > Hey,

many parallel stages

2017-06-05 Thread Chris Overend
Hello, I was looking for help with a many parallel pipeline. Here is what I am looking to do *parallel*( 'linux': { stage('build_linux') { build job: 'linux_build', parameters:[] build job: 'linux_archive', parameters:[] *parallel*(

Re: Plugins published without a Changelog Entry

2017-06-05 Thread Mark Waite
I don't think that failure to write a changelog entry should be enough to deny publishing an update to a plugin. Denying publishing of a plugin for lack of a changelog entry seems very "heavy" to me. It won't prevent publishing plugins when the changelog entry says "no visible changes" or says

Plugins published without a Changelog Entry

2017-06-05 Thread John Mellor
This morning I am looking at 2 more plugins that have somehow been published without a changelog entry. Aside from this being very unprofessional, we do not install plugin updates without changelog entries that describe what the change is. These are almost as bad as the stupid

Permanently disabling script security / script approval on 2.46 LTS

2017-06-05 Thread Kajetan Krykwiński
Hi, We are currently using 2.32.2 LTS in production env. I wanted to update it to 2.46.x LTS, but after playing with test environment, I found huge issue with script approval. 2.32.2 despite having Script Security Plugin (1.25) installed and enabled, system groovy scripts are working fine,

Re: Jenkins Health Check URL

2017-06-05 Thread Light Stark
Hey Daniel, After performing the check where does this plugin report the result of the check? I am writing a http liveness probe and i need an endpoint url. On Monday, September 5, 2016 at 3:10:28 AM UTC+5:30, Daniel Beck wrote: > > A real health check is provided by >

Creating new account at issues.jenkins-ci.org

2017-06-05 Thread Mirek S
Hello! When trying to create account at issues.jenkins-ci.org (i.e. accounts.jenkins.io) one needs to send an email to jenkinsci-accounts google group. I sent my "additional verification" twice and received no reply. I tried asking on #jenkins, no reply whatsoever. Anyone knows how to create

Re: Blue ocean Pipeline chaining

2017-06-05 Thread viral chande
Thanks Bill will try it. But I am looking for someting like triggering another Jenkinsfile(new pipeline) from the current one. I am currently trying things in this directions will keep updating here if I find a way to do it. On Friday, June 2, 2017 at 7:48:52 PM UTC+5:30, Bill Dennis wrote: >