Update How to build a CI pipeline authored by Mohamed Aboud's avatar Mohamed Aboud
...@@ -23,9 +23,9 @@ run_pipeline: that's the name of the job to be performed that extends the Docker ...@@ -23,9 +23,9 @@ run_pipeline: that's the name of the job to be performed that extends the Docker
![image](uploads/909e087a8d98c85a7bd1a1e82f4636d0/image.png) ![image](uploads/909e087a8d98c85a7bd1a1e82f4636d0/image.png)
** the first 4 lines are just insuring that our .sh files are executable 1. The first 4 lines are just insuring that our .sh files are executable
** running _Database.sh_ will calculate a database number based on the input pipeline ID, then write that number to a configuration file. 2. Running _Database.sh_ will calculate a database number based on the input pipeline ID, then write that number to a configuration file.
** running runPipeline.sh will initiate various tasks related to building, testing, and checking code quality. 3. Running runPipeline.sh will initiate various tasks related to building, testing, and checking code quality.
![image](uploads/b528b88ad2044028f9493cbd85394aae/image.png) ![image](uploads/b528b88ad2044028f9493cbd85394aae/image.png)
... ...
......