Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: jenkins
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Sprint:AP S21-4 (March)
-
Team:Alert Production
-
Urgent?:No
Description
As described on DM-28888, the Gen 3 upload script added there is failing with an unknown method. Investigate and fix.
The best lead I have so far is that this is some kind of unexpected parsing; see https://stackoverflow.com/questions/38895509/jenkins-pipeline-no-such-dsl-method. However, none of the specific answers on that page seem to apply.
I assume the fact that runDir is a GString is not relevant, since the Groovy docs say GStrings can always be passed to methods expecting Strings.