Set environment/application variable in pipeline #6147
-
Hello. Is it possible to set environment or application variable during pipeline execution? In docs i found that this variables could be read, but not to be set/rewrite. I know that i can do this with CDSCTL, but i'm looking for some elegant solution. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
yesnault
Apr 22, 2022
Replies: 1 comment
-
Hi, You can use application / environment / project variables from a job. You can create 'build' variable from a job, see https://ovh.github.io/cds/docs/components/worker/export/. You can't update or create environment / app / project variable from a job, except using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
semenchukovps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
You can use application / environment / project variables from a job. You can create 'build' variable from a job, see https://ovh.github.io/cds/docs/components/worker/export/.
You can't update or create environment / app / project variable from a job, except using
cdsctl
.