I'm having an issue regarding Jenkins Pipeline Maven Plugin (*https://wiki.jenkins.io/display/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.
Here's the FINER logs for Downstream listener( *org.jenkinsci.plugins.pipeline.maven.listeners.DownstreamPipelineTriggerRunListener* ): *upstreamPipeline (<upstream build>, visibleByDownstreamBuildAuth: false), downstreamPipeline (<downstream pipeline>, visibleByUpstreamBuildAuth: true), upstreamBuildAuth: org.acegisecurity.providers.UsernamePasswordAuthenticationToken@1f: Username: <user>; Password: [PROTECTED]; * *Skip triggering of <downstream pipeline> by <upstream pipeline> #<build>: downstreamVisibleByUpstreamBuildAuth: true, upstreamVisibleByDownstreamBuildAuth: false* --- The value for *visibleByDownstreamBuildAuth* is always false. Any ideas how to make that value true? Also Jenkins has this troubleshooting guide but my settings are already correct. *https://wiki.jenkins.io/display/JENKINS/Pipeline+Maven+Plugin#PipelineMavenPlugin-Mydownstreampipelinesdon'tgettriggeredevenifIuse%22BuildwheneveraSNAPSHOTdependencyisbuilt%22 <https://wiki.jenkins.io/display/JENKINS/Pipeline+Maven+Plugin#PipelineMavenPlugin-Mydownstreampipelinesdon'tgettriggeredevenifIuse%22BuildwheneveraSNAPSHOTdependencyisbuilt%22>* Thank you in advance. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/c8371a13-5d3c-4df2-b477-380d823e07be%40googlegroups.com.