Pipeline Poll SCM triggering build without previous parameters

2018-08-15 Thread Surya Prasad
parameters { string(name: 'stageName') string(name: 'functionName') string(defaultValue: 'sonarqube', name: 'toolName') string(name: 'gitCredentialsId') string(name: 'gitUrl') string(name: 'awsCredentialsId') string(defaultValue: 'us-west-2',

Re: JWT authentication via -DBLUEOCEAN_FEATURE_JWT_AUTHENTICATION=true causing blue ocean UI to hang

2018-08-15 Thread Jack Hart
Thanks Vivek, I was beginning to get that impression myself. Do you have the link to the jira? --j On Tue, Aug 14, 2018 at 5:54 PM, Vivek Pandey wrote: > BLUEOCEAN_FEATURE_JWT_AUTHENTICATION feature flag is experimental and not > ready for prime use yet. Having said that, it shouldn't cause ha

Re: JUnit test result report

2018-08-15 Thread arch
Could you post your report files? On Thu, Aug 16, 2018 at 5:14 AM Guillermo Díaz Villegas - Ceiba Software < guillermo.d...@ceiba.com.co> wrote: > Try change the pattern '**/TEST-*.xml' > > On Wednesday, December 7, 2016 at 4:27:17 PM UTC-5, GBANE FETIGUE wrote: >> >> Hi, >> I have added a JUnit

Blue Ocean - Bitbucket - creating pipeline not working

2018-08-15 Thread js784557
I was testing out Blue Ocean and trying to use it with one of our BitBucket repos. When I do the create pipeline step and choose BItBucket cloud I get to login and that works ok but then it just keeps saying that user has no repos. This is a user that has access to all of our repos so a little

Re: JUnit test result report

2018-08-15 Thread Guillermo Díaz Villegas - Ceiba Software
Try change the pattern '**/TEST-*.xml' On Wednesday, December 7, 2016 at 4:27:17 PM UTC-5, GBANE FETIGUE wrote: > > Hi, > I have added a JUnit plugins to my project and it keep telling me " > > ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were > found but none of them are

Re: Questions on Jenkin

2018-08-15 Thread saurabh patra
Hi, Option 1: You can write your own custom script (shell script) to poll the eme and when you see any changes invoke Jenkins. Option 2: Ab Initio has a utility to poll the EME, check with support on this. Option 3: There a whole lot in co-op 3.3.5 for CI/CD, worth checking with Ab Initio if yo

Shutting down a Jenkins instance that was still starting up

2018-08-15 Thread Steve K
*Hello,* *We have been experiencing periodic crashes of the Jenkins server (almost one per week).* *It's bad enough that the system goes down, but bringing it back up has been problematic as well.* *We are running Jenkins version 2.89.2 on Windows Server 2008 R2 Standard.* *Here's a look at m

Re: withMaven Artifacts URL

2018-08-15 Thread Cyrille Le Clerc
Thanks Bernardo for your interest in the Pipeline Maven integration. Can you please describe more the data you are interested in so that we can fine tune the solution? Is it primarily the URLs of the artifacts deployed on your Maven repository (Nexus, Artifactory...)? Are you interested in mor

Re: Pipeline; dotnet nuget push not reading from nuget.config

2018-08-15 Thread Jeroen Hendriks
Well I have a nuget.config file. The non-pipeline job reads it just fine with the "dotnet nuget push" command. The pipeline job on the other hand does not. I tried putting the nuget.config file in every possible location, but to no avail. Op vrijdag 3 augustus 2018 22:08:26 UTC+2 schreef slide:

Re: Blue Ocean: Does not show all steps during a stage with parallel

2018-08-15 Thread Sverre Moe
This is still an issue with Blue Ocean v1.8 I am running a verification build of 40 projects in a loop. The Blue Ocean list of steps cuts off after half of the steps in loop 17. The Verification stage first finds all the projects running on node("master"), then loops with parallel executions Th