简体   繁体   English

如何获得 Jfrog Artifactory 和 Xray 版本

[英]How to get Jfrog Artifactory and Xray versions

I have a task to automate the comparison of current deployed Jfrog Artifactory and Xray version vs latest available.我的任务是自动比较当前部署的 Jfrog Artifactory 和 Xray 版本与最新版本。 I tried to find some API or cli command, which will return me the versions, couldnt find any.我试图找到一些 API 或 cli 命令,这将返回我的版本,找不到任何。 Any help is appreciated.任何帮助表示赞赏。

You can use the information for Artifactory from the System Info REST API .您可以使用System Info REST API中的 Artifactory 信息。 Search for artifactory.version in the long output.在长 output 中搜索artifactory.version

For Xray, you get it from the Get Version REST API .对于 Xray,您可以从Get Version REST API中获得它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 REST API 和 XRay for JIRA 和 Z039892FD59A649C7EEEAE20450AF49C7EEEAE20 - How to import json report through automation using REST API and XRay for JIRA and Cucumber + Xray 如何在 Google 表格中获取所有版本的数据? - How to get All versions' data in Google sheet? 使用 Xray python 模块在 jira 中创建问题 - Issue creation in jira using Xray python module 如何通过命令行发布GitHub上的版本? - How to release versions on GitHub through the command line? 上传文件到工件 - Upload file to artifactory 如何为Web自动化选择Firefox和Selenium Webdriver版本的组合? - How to choose combination of Firefox and Selenium Webdriver versions for web automation? 在 bash 中,如何删除同一文件的多个版本? - In bash, how can I remove multiple versions of the same file? 将文件从 JFrog 中的特定存储库上传到 S3 - Upload files from specific repository in JFrog to S3 如何使用CLI在Snapshot In Urban代码部署中的组件版本中添加状态? - How do I add status to component versions in Snapshot In Urban code deploy Using CLI? 如何在自动化Excel的不同本地化版本时正确设置NumberFormat属性 - How to correctly set NumberFormat property when automating different localized versions of Excel
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM