continuous integration - TeamCity : How to define build and deployment steps for ETL and Autosys components -
i working on continuous integration project auto build , deploy etl workflow , autosys jil file target environment. using perforce p4 source code repository , nexus artefacts repository. both etl , autosys applications hosted on linux server.
- developers extract workflow in form of xml using repository manager informatica , check-in source repository in perforce.
- developers extract jil file of autosys job , check-in source repository in perforce.
requirement:
part of ci process, when developers check-in code source repository build process should triggered , create artefacts of checked-in code , copy artefacts repository.
deployment process should automatically trigger when find new artefacts , deploy artefact target environment.
highly appreciate if helps me know:
regarding build/deployment steps nothing more than: open build configuration->build steps create new step in e.g. following way:
runner type: command line step name: that_one_from_autosys working directory: %system.autosys.home% command executable: run_autosys_.bat
Comments
Post a Comment