Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jan 20, 2025
1 parent 2352abc commit 8a68056
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions gitlab/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,38 @@ job-name:

* [Manual interaction](https://docs.gitlab.com/ee/ci/pipelines/#add-manual-interaction-to-your-pipeline)

* Select the `gear` icon, type in the variable: `name` and a value. Then let it run.

![](examples/pipelines/manual-interaction/.gitlab-ci.yml)

![](img/manual-interaction.png)

## Manual approval
{id: manual-approval}

* Click on the `gear` as variable type in `CODE` and as value type in `secret`.

![](examples/pipelines/manual-approval/.gitlab-ci.yml)

To generate such a secret hash use the following command on linux:

```
echo "'$(echo -n secret | sha256sum)'"
```

## Pick a Windows and MacOS runner
{id: pick-a-runner-windows-macos}


## Use Postgres service
{id: use-postgres-service}

[Postgres service on GitLab](https://docs.gitlab.com/ee/ci/services/postgres.html)


## Use MongoDB service
{id: use-mongodb-service}


## Script
{id: script}
Expand Down

0 comments on commit 8a68056

Please sign in to comment.