Changes
Page history
Update How to build a CI pipeline
authored
May 03, 2024
by
Mohamed Aboud
Hide whitespace changes
Inline
Side-by-side
How-to-build-a-CI-pipeline.md
View page @
9dd17f2a
...
@@ -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


**
t
he first 4 lines are just insuring that our .sh files are executable
1.
T
he first 4 lines are just insuring that our .sh files are executable
**
r
unning _Database.sh_ will calculate a database number based on the input pipeline ID, then write that number to a configuration file.
2.
R
unning _Database.sh_ will calculate a database number based on the input pipeline ID, then write that number to a configuration file.
**
r
unning runPipeline.sh will initiate various tasks related to building, testing, and checking code quality.
3.
R
unning runPipeline.sh will initiate various tasks related to building, testing, and checking code quality.


...
...
...
...