I'm using a gitParameter choice list with tags and my goal is to populate another parameter with the same value that we select in the git parameter. The "Active Choices Reactive Reference Parameter" is using a Groovy script to track the value of the git parameter and it basically copies it. It works fine if the list is loaded and you manually select a value. However, after clicking on "Build with Parameters", the gitParameter plugin starts loading the list, during which the value is "Retrieving Git references..." and after the list is loaded, the active choice param stays on "Retrieving Git references...". This breaks the default value.