Re: Jenkins Pipeline Maven Plugin - Always skipping downstream job

2019-08-01 Thread drpm
Hello, Thank you for your reply. Yes I do have Jenkins Authorize Project plugin. I tried running it as a SYSTEM and user with admin privileges and still having the same error. *As SYSTEM user: * > > upstreamPipeline (, visibleByDownstreamBuildAu

Re: Jenkins Pipeline Maven Plugin - Always skipping downstream job

2019-08-01 Thread Cyrille Le Clerc
Hello, Could you be using the Jenkins Authorize Project Plugin and impersonate your builds with a user different from SYSTEM? What is the "" displayed in the log message "upstreamPipeline... Username: "? When not using the Jenkins Authorize Proje

Re: Statistics plugin to help identify bottlenecks

2019-08-01 Thread Mark Waite
I use CloudBees DevOptics to track utilization by label. The label tracking portion ("Run Insights") is free. I used it to confirm that my cluster is "unbalanced" and needs much more Windows execution capacity in order to be balanced. See more at https://www.cloudbees.com/products/cloudbees-devo

Statistics plugin to help identify bottlenecks

2019-08-01 Thread Bjoern Hinrichs
Hi, we use Matrix jobs for our build and test pipeline. All of our test agents carry labels describing OS version, OS language, whether other tools are installed (and in which version), ... To identify bottlenecks we need a plugin that allows us to see statistics like utilization of our nodes

Jenkins Pipeline Maven Plugin - Always skipping downstream job

2019-08-01 Thread drpm
I'm having an issue regarding Jenkins Pipeline Maven Plugin (*https://wiki.jenkins.io/display/JENKINS/Pipeline+Maven+Plugin *). It always skips the downstream jobs even if "*Build whenever a SNAPSHOT dependency is built*" is checked