Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gabrecht, Marco
lab-gitlab
Commits
d86f3b23
Commit
d86f3b23
authored
Jun 28, 2020
by
Nane Kratzke
Browse files
Aktualisieren README.md
parent
3cb9a0fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d86f3b23
...
...
@@ -261,15 +261,15 @@ Veranschaulichen Sie sich die Wirkungsweise:
1.
Pushen Sie dieses Pipeline einmal in den master Branch erhalten Sie die Ausgabe im job4
```
Hello I am job 1 executed on the master branch only.
Hello I am job 1
,
executed on the master branch only.
```
2.
Pushen Sie diese Pipeline in den release Branch erhalten Sie die Ausgabe im job4.
```
Hello I am job 1 executed on the release branch only.
Hello I am job 1
,
executed on the release branch only.
```
3.
Pushen Sie diese Pipeline in irgendeinen anderen Branch erhalten Sie die Ausgabe im job4.
```
Hello I am job3 and always executed except for the master or release branch
Hello I am job3
,
and always executed except for the master or release branch
```
Auf diese Weise lassen sich einzelne Jobs in der Pipeline nur unter Bedingungen ausführen,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment