作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 CLI for Jfrog Artifactory 从 Bamboo CI 上传 Artifactory
我需要上传 .p2 插件,我有两个选择:
我正在尝试使用此命令上传包含所有子文件夹和数据的未压缩文件夹:
jfrog rt upload --include-dirs=true ${bamboo.build.working.directory}/unzip/${bamboo.public.name-update-site}/* p2-release-local/${bamboo.public.name-update-site}/
但问题是子文件夹是空的。
我也尝试使用这个命令:
jfrog rt upload --flat=false ${bamboo.build.working.directory}/unzip/${bamboo.public.name-update-site}/* p2-release-local/${bamboo.public.name-update-site}/
此命令上传包含所有数据的所有子文件夹,但路径不正确,因为:
/name-update-site/datos/agents-home/xml-data/build-dir/PREDEL-RELPLU-JOB1/unzip/name-update-site
变量${bamboo.build.working.directory}的内容是
/datos/agents-home/xml-data/build-dir/PREDEL-RELPLU-JOB1/
已编辑:日志信息:
INFO: Listing Bamboo directory
prueba-update-site.zip
unzip
INFO: Listing files from unzip folder
prueba-update-site
INFO: Listing files from custom folder
artifacts.jar
content.jar
features
plugins
site.xml
uninstall_fortify_plugins.cmd
有什么帮助吗?
谢谢。
最佳答案
解决了!
解决方法是:
使用此命令上传:
jfrog rt upload --flat=false "${bamboo.public.name-update-site}/*" p2-release-local/
谢谢。
关于continuous-integration - 如何使用 Jfrog CLI 上传 Artifactory 到 Jfrog Artifactory?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46152582/
我有以下正则表达式 /[a-zA-Z0-9_-]/ 当字符串只包含从 a 到z 大小写、数字、_ 和 -。 我的代码有什么问题? 能否请您向我提供一个简短的解释和有关如何修复它的代码示例? //var
我是一名优秀的程序员,十分优秀!