| Our Jenkinsfile's parameters have changed over time and I've noticed that old parameters are still offered in the GUI and new ones are not. This is still the case after multiple runs. We use a multi branch pipeline. New feature branches have the current parameters, but old branches like master do not. Our Jenkinsfile pipeline is declarative with functions outside of the pipeline. I don't see any errors in the logs and I see a log message for the master branch that says Obtained Jenkinsfile from c0c0a09ae128f788139f13b9b7fc37d473dd35bf which is the correct revision. Any help would be appreciated. |