jenkinsci / plasticscm-plugin

A plugin for Jenkins to be able to use Plastic SCM
MIT License
16 stars 31 forks source link

Expand environment variables in selector #52

Closed mig42 closed 2 years ago

mig42 commented 2 years ago

The configured selector needs to replace values from environment variables.

This is particularly necessary in Global Pipeline Libraries, because they need to specify the version in the selector.

Our plugin wasn't resolving any environment variable value in the selector. This PR will change that so selectors are aware of environment variables.