Build using command line
I have a set of DOS script file that I use to build a package. I am trying to use the build engine to use my scripts. It seems that I need configure Build Definition view properly to use my script. Is there a detailed documentation to help how to configure the Build views to use cmd-line?
Thanks.
Thanks.
One answer
There is a basic doc here:
https://jazz.net/learn/LearnItem.jsp?href=content/docs/build-setup/index.html
There is a more involved example (for ant) here:
https://jazz.net/learn/LearnItem.jsp?href=content/docs/client-tour/using-build.html
The quick instructions are:
Right-click the Builds node in the Team Artifacts view, New Build Definition
A wizard is presented
There will be a page where you can select the Command Line template
Finish the wizard
The new definition will open
Put your command you want to run on the Command Line tab in the editor
See the first doc shown above to make sure you know how to run a build
engine and actually execute your build
---
Ryan Manwiller
Jazz Team Build
https://jazz.net/learn/LearnItem.jsp?href=content/docs/build-setup/index.html
There is a more involved example (for ant) here:
https://jazz.net/learn/LearnItem.jsp?href=content/docs/client-tour/using-build.html
The quick instructions are:
Right-click the Builds node in the Team Artifacts view, New Build Definition
A wizard is presented
There will be a page where you can select the Command Line template
Finish the wizard
The new definition will open
Put your command you want to run on the Command Line tab in the editor
See the first doc shown above to make sure you know how to run a build
engine and actually execute your build
---
Ryan Manwiller
Jazz Team Build