Commit b325c976 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'cedric3.olivier-master-patch-29195' into 'master'

doc: add information about TRACE var

See merge request to-be-continuous/doc!11
parents 4acb3861 e87265ab
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -57,6 +57,14 @@ This is the basic pattern for configuring the templates!

You'll find configuration details in each template reference documentation.

### How can I activate debug logs in to be continuous pipeline jobs

Each template enable debug logs when `$TRACE` is set.

So you may simply manually run your pipeline, and set `TRACE=true` interactively (any non-empty value is okay).

:warning: this is different (and complementary) to GitLab's [`CI_DEBUG_TRACE`](https://docs.gitlab.com/ee/ci/variables/#enable-debug-logging) variable.

## Secrets managements

Most of our templates manage :lock: **secrets** (access tokens, user/passwords, ...).