jfrog / jfrog-cli

JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
Apache License 2.0
536 stars 235 forks source link

Provide a way to add System Variables to buildInfo #41

Open cattz opened 7 years ago

cattz commented 7 years ago

As of version 1.7.1, we have a command to capture environment variables: jfrog rt bce frogger-build 17 Ideally, there should be also an option to import a json file with the desired content for the System Variables: jfrog rt bcs --file my_system_variables.json frogger-build 17

jvasallo commented 7 years ago

This would be amazing. I am having a hard time interfacing with this command due to a lack of documentation. I spent about a day or two to figure out that something like this was not possible. I am basically attempting to write an implementation similar to the Jenkins Artifactory plugin using the cli.