Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Environment Variables do not get parsed in pipeline

David Chatel September 5, 2017

I have a pipeline that use some user defined environment variables. In particular, I have a variable CodeCommitKey set to a secured base64 value.

When I echo this variable, I get the following, in the pipeline:

+echo $CodeCommitKey

  $CodeCommitKey

Hence, of course, the pipeline fails, as it's expecting a base64 encoded value, but instead gets "$CodeCommitKey".

Anyone can help me?

Thanks

1 answer

1 accepted

0 votes
Answer accepted
David Chatel September 5, 2017

Problem solved.

secured variables never appear.

The problem was that there was line breaks and carriage returns in the b64 value.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events