Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitlab CI/CD settings configuration. #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

edelfour
Copy link

@edelfour edelfour commented Jul 27, 2022

Add the possibility to set variables for CI/CD on level project.

Variables can be configured through gitlab_ci_variables parameter.
Example:

gitlab_ci_variables:
    - name: SERVER_NAME
       value: myServer
    - name: USERNAME
       value: user1

By default, untouched variable will be kept. To remove them, set purge_gitlab_ci_variables parameter to true

Add the possibility to set variables for CI/CD on level project.

Signed-off-by: manuedelf <[email protected]>
@edelfour edelfour force-pushed the add-gitlab-project-variables branch from e9fc27b to b15d73a Compare July 28, 2022 09:05
@collivier collivier force-pushed the master branch 9 times, most recently from 57c6020 to 36be5a4 Compare January 18, 2023 12:59
@collivier collivier force-pushed the master branch 6 times, most recently from f14385a to 89d9cf0 Compare February 2, 2023 11:41
@collivier collivier force-pushed the master branch 13 times, most recently from 4143be6 to b2d7540 Compare February 11, 2023 15:11
@collivier collivier force-pushed the master branch 2 times, most recently from 8318ca0 to 18dad06 Compare June 2, 2023 09:50
@collivier collivier force-pushed the master branch 11 times, most recently from 3c39260 to 95535a2 Compare July 3, 2023 17:07
@collivier collivier force-pushed the master branch 3 times, most recently from 9bdf09a to 1e7c33f Compare July 4, 2023 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant