Imagine i have an file parametized build in jenkins. my file location is:
想象一下,我在jenkins中有一个文件参数化构建。我的文件位置是:
Then iam going to upload a file to the build with the name File2.xlsx. i understood that the content of File2.xlsx will be moved to the file-location(File.xlsx). But the original name of the file is stored in Variable ${File.xlsx} i now tried to assign the orginal file-name to an enviroment variable but it dosent seem to work: Any ideas how this could be working related question
然后我将上传文件到名为File2.xlsx的版本。我知道File2.xlsx的内容将被移动到文件位置(File.xlsx)。但是文件的原始名称存储在Variable $ {File.xlsx}中,我现在尝试将原始文件名分配给环境变量,但它看似起作用:任何想法如何处理相关的问题