Re: Windows personal certificate and Jira plugin

2019-03-25 Thread t3knoid
Bumping this up. Anyone have any ideas? On Saturday, March 16, 2019 at 10:58:25 AM UTC-4, t3knoid wrote: > > I am trying to use the Jira plugin with a a Jira server that uses a > personal certificate before you can even access the site. Once browser is > authenticated, the user can login using

Trying to compile docker-plugin -- failure "java: cannot find symbol Messages"

2019-03-25 Thread Richard Landon
I see the following 3 error messages trying to compile the Docker plugin from sources on github. git repo: https://github.com/jenkinsci/docker-plugin.git (branch is master). Envronment Idea; MacOS Mojave; JDK 8 (8.0.202-zulu); followed plugin development getting started et al:

Re: Error upgrading from 2.121.3 to 2.138.4... jenkins bricked

2019-03-25 Thread Jeff Thompson
I’m glad you were able to figure something out and move forward. It does appear to be the same issue in those reports in those other projects. In the elasticsearch one they identified it as a bug in the interaction between aufs and the JDK. As we suspected earlier it seems to involve a

Re: SnakeYaml, or why is writeYaml Limited?

2019-03-25 Thread Victor Martinez
Something like the below snippet should work: import org.jenkinsci.plugins.pipeline.utility.steps.shaded.org.yaml.snakeyaml.Yaml @NonCPS def readYaml(data) { return (new Yaml()).dump(data) } println readYaml([name: "foo", surname: "bar", age: 1]) writeYaml implementation uses that

Performance Plugin Help

2019-03-25 Thread Miccah Castorina
I need some help configuring the Jenkins performance plugin (https://plugins.jenkins.io/performance). When I click on the job's top level "Performance Trend", I only see two links: "Last Report" and "Filter Trend Data". As far as I can tell, "Filter Trend Data" does not do anything to the

RE: EXTERNAL: Running Jenkins behind Apache FAIL

2019-03-25 Thread 'Joaquin Henriquez' via Jenkins Users
Test - http://222.11.11.1:1213 : OK. Service avaiable. - http://ci.testsystem.com : FAIL. Service Unavailable Did you add it to the DNS (ci.testsystem.com = 222.11.11.1)? From: jenkinsci-users@googlegroups.com On Behalf Of han...@inswave.com Sent: 25 March 2019 16:44 To: Jenkins Users

Running Jenkins behind Apache FAIL

2019-03-25 Thread hankyu
Hello. eveyone. I've running two system. *Sys1* : Apache Web Server running. VirtuaHost config is below. ServerName ci.testsystem.com DocumentRoot /var/www/html ErrorLog ${APACHE_LOG_DIR}/ci.error.log CustomLog ${APACHE_LOG_DIR}/ci.access.log combined

Re: Jenkins Purim Costume

2019-03-25 Thread Nofar Bluestein
This is great, I love it. Happy Purim! ~Nofar Bluestein Product Manager, CloudBees On Wednesday, March 20, 2019 at 9:00:40 AM UTC-4, Lior Naar wrote: > > Hello everyone, not sure you are familiar with Purim, this is the Jewish > counterpart of the American Halloween where people get dressed

Mail notification set to unstable for failed build

2019-03-25 Thread Lukas Resch
Hi, I have the following mailer settings in my post stage: post { always { step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: emailextrecipients([brokenBuildSuspects(), culprits()]), sendToIndividuals: true])

Creating multiple pipeline jobs using groovy

2019-03-25 Thread Faad Sayaou
Hi, Is there any way I can create multiple pipeline jobs using A single groovy script ? Say 5 pipeline jobs by setting Name of the job Git repository Script path= Jenkinsfile Perhaps credentials too Thanks -- You received this message because you are subscribed to the Google Groups

Re: Pipeline-Maven-Plugin when current build status is UNSTABLE

2019-03-25 Thread Benjamin Tocquec
Not really closed ! For a new project, it won't be added to downstream list of its parent project unless its status is STABLE. So in my case, when a new project compile but Sonar gate fails, it's marked as UNSTABLE and not present in downstream list of its parent. Can someone help me