Creating a tarball using Jenkins

无人久伴 提交于 2021-01-28 18:12:55

问题


I need to create a tarball after a successful Jenkins build. I am new to this. So Wanted to find out if there is a plugin for this. Or I should be writing down a shell script from as a post build action in order to create this tarball.


回答1:


You can use ArtifactDeployer Plugin but you should think why you create tarball shoud your send it to mail recipients publish somethere or something else.



来源:https://stackoverflow.com/questions/37248963/creating-a-tarball-using-jenkins

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