I am trying to adopt the changes required in RTCScm due to changes in Jenkins core API. Links to the Jira issue (https://issues.jenkins-ci.org/browse/JENKINS-26100) and Team Concert Plugin <https://github.com/jenkinsci/teamconcert-plugin> There is a new method buildEnvironment(Run<?,?.. that needs to be overriden in RTCScm. and this is available in Jenkins Core API 2.60. Currently Team Concert Plugin is at 1.580.1. I want to keep the Jenkins version the same and just implement the buildEnvironment method in RTCScm. The expectation is that in Jenkins 2.60 and above, the checkout step would find the new method in RTCScm and get the map with the required data. Would this work?
-- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/38b2db5e-62af-4370-bc13-aff9f72640c4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
