How to upload a .xlsx file to jenkins job

家住魔仙堡 提交于 2019-12-25 08:20:58

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!