Creating a published artefact based on a baseline
Hi,
Very new to rtc so please bear with me.
Trying to create an ant script to product a published artefact based on oracle scripts a developer has checked in and delivered to team stream.
So I guess the build script would have to fetch the changsets and copy/publish them to a location for deployment.
Hope this makes sense
|
Accepted answer
Ralph Schoon (63.6k●3●36●47)
| answered May 24 '13, 3:18 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited May 24 '13, 3:21 a.m.
Depending on your use case you have several options.
I don't think there are examples for your your specific case, but there are for sure enough general examples on this site. See https://jazz.net/library/#tag=source%20control for all articles related to SCM, especially https://jazz.net/library/article/1031 .
Hope this helps.
g k selected this answer as the correct answer
|
Your answer
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
Hi, in order to get an answer, please be more specific. I am not sure what the question/problem is, really. I can make some assumptions what you are asking for and what you want to do, but, in order to answer I'd need much more details
ok, to give more info.
The scenario is that a dev will manually create scripts (oracle) for a release, check this into repository workspace and deliver the changset to the release stream.
So I want to know is there any sample scripts I can use to copy (push) these changesets the dev has delivered and publish artefact for deployment teams can deploy.
Can I also can a release based on a baseline or does ant only recognise changesets?
thanks
Any suggestions?