Best approach for uploading files to RTC from Jenkins
I am looking to upload files to Jenkins, it didn't look like there was a hook in the RTC plugin for Jenkins that allows uploading files to RTC.
I am using GIT for SCM and due to business constraints I need to publish the output of a build to RTC for another team to consume.
I have started down the path of the scm tools (lscm) following this article, https://jazz.net/library/article/620, however I am having issues with the command line tool.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
ick, uck, please don't use RTC SCM to store binaries. use Nexus or somesuch.
what files are you trying to store in RTC SCM?
Oh its not binary files, its actually compiled javascript, css, html. Its just a static website actually.
I'll defer to the build experts on the best API to use to interact with RTC-SCM, but the main APIs I've seen folks use are the command line tool, ant packages, and as a last resort, a java app that uses the RTC-SCM java client API. What issues are you having with the command line tool?
see his other topic on the commandline
https://jazz.net/forum/questions/155775/issue-with-the-command-line-tool-lscm