You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using pluggable-scm for automation in production on Jenkins, and it works fine.
The problem is testing:
I'm developing a new Jenkins pipeline in ADOP and can't pull pipeline classes from different branches, because in method getPluggablePath() from EnvVarPropery.groovy is returning value of environment variable PLUGGABLE_SCM_PROVIDER_PATH that is defined in global Jenkins settings, not override value that is passed as param to SCM.
Thanks.
Manuel B.
The text was updated successfully, but these errors were encountered:
Hello,
I'm using pluggable-scm for automation in production on Jenkins, and it works fine.
The problem is testing:
I'm developing a new Jenkins pipeline in ADOP and can't pull pipeline classes from different branches, because in method getPluggablePath() from EnvVarPropery.groovy is returning value of environment variable PLUGGABLE_SCM_PROVIDER_PATH that is defined in global Jenkins settings, not override value that is passed as param to SCM.
Thanks.
Manuel B.
The text was updated successfully, but these errors were encountered: