Set up and manually trigger of a GitLab pipeline #763
Closed
VanessaScherma
started this conversation in
General
Replies: 2 comments
-
TODOs for Prasad
General comments:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
access granted. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The objective is the set up and manually trigger of a GitLab pipeline.
This file, structured in a YAML format, will include different jobs, including 'client'. Each job within the YAML file will encompass specific steps, corresponding to distinct tasks.
The first step will be the creation of the structure in the Gitlab project. This include generating the yaml file to perform some steps and saving it in the Gitlab repository. Any subsequent push to the repository will automatically trigger the execution of this yaml file.
The second step is to create the API call, which will be sent from the website to manually trigger the pipeline.
This pipeline will be integrated as a library function in the client. Given that files in Library are stored in a Git repository, the final goal is to populate the repository of the respective user with digital twins, and send the API call to trigger the execution of that code.
Beta Was this translation helpful? Give feedback.
All reactions