I have a project stored in git that must be built outside of clearcase and then executed inside of a Clearcase view. All of the builds and execution must be done inside of tcsh
due to restrictions on external scripts.
The Clearcase view requires tcsh
to successfully execute the commands.
To automate this process, I would like to use jenkins.
How is this possible?