Creating a simple pipeline ; Need help with suggestions
Summary
Create a simple CI/CD pipeline for a file copy operation to JCS environmentContent
Hi,
Can any one suggest what should be the steps and the best practice/approach for the below scenario.
- I have a simple SQL file which I will be pusing to my GIT repository
- Once there is a commit, the build job should trigger and perform the following build tasks
- check if the JCS environment is up and running, if it is not running then start the JCS instance
- if the JCS instance is up and running, then pull the SQL file from the GIT repository and overwrite it to the specified location within the JCS instance
Tagged:
0