Update How to build a CI pipeline authored by Mohamed Aboud's avatar Mohamed Aboud
...@@ -15,7 +15,7 @@ _.flutter_docker_image_: This is a custom Docker image for running Flutter tests ...@@ -15,7 +15,7 @@ _.flutter_docker_image_: This is a custom Docker image for running Flutter tests
![image](uploads/61761eed6c17de570c6f065c0b7cae8f/image.png) ![image](uploads/61761eed6c17de570c6f065c0b7cae8f/image.png)
run_pipeline: that's the name of the job to be performed that extends the Docker image for running java, you can put a job under a stage by assigning a name of an existing stage to _stage_ and it generates the reports in the path specified using the _path_ tag after running the commands under the _script_ tag. **run_pipeline**: that's the name of the job to be performed that extends the Docker image for running java, you can put a job under a stage by assigning a name of an existing stage to _stage_ and it generates the reports in the path specified using the _path_ tag after running the commands under the _script_ tag.
... ...
......