问题
How can I upload a .xlsx file to jenkins job as a build parameter.?
I tried using the file parameter but I see that the file is losing its extension or the original format.
Is there any way I can upload an excel file to the jenkins job from jenkins UI?
回答1:
In the file parameter settings, name the file with .xlsx extension:
Then the file should hade that extension in your workspace.来源:https://stackoverflow.com/questions/42258628/how-to-upload-a-xlsx-file-to-jenkins-job