-
Bug
-
Resolution: Won't Fix
-
Major
I have a job that uses a Jenkinsfile from SCM and is triggered by pushes to github. This Jenkinsfile uses the pipeline remote loader plugin to load a shared library from a different git repo.
When changes are pushed to either repo, the job is triggered. This is undesirable behavior. Repositories used by the remote loader plugin should NOT cause jobs to trigger when pushed to. Or, at the very least, this should be an option that can be passed in (like polling=false with the normal git step).
Well, likely it's a regression due to https://github.com/jenkinsci/workflow-remote-loader-plugin/pull/9.
A workaround would be to use the new library features available in Pipeline