melix / teamcity-groovy-buildstep

A TeamCity plugin which adds the ability to write a build step using Groovy
Other
9 stars 7 forks source link

fix async js loading on "New Build Step" page #2

Closed cy6erskunk closed 9 years ago

cy6erskunk commented 9 years ago

External javascript files are not loaded when groovyRunParams.jsp is loaded asynchronously on "New Build Step" page when runner type is selected. It leads to JS ReferenceError. Loading requirements in inline script solves the issue.

melix commented 9 years ago

Thanks!