Re: Can't output clear text from secret text

2017-02-19 Thread David Karr
On Thu, Feb 16, 2017 at 7:45 AM, John Marks wrote: > I just wanted to test secret text, but the job always outputs "" when > I try to echo the bound variable from a shell script job. > > >

Re: Can't output clear text from secret text

2017-02-16 Thread Bill Dennis
Hi - It is designed like that. Jenkins is masking the credentials details in the logs by design as you might not want them visible there. If you echo the credentials details to a file kept in the workspace, you should see the actual values in the file. That is how I check it for debugging. Che

Can't output clear text from secret text

2017-02-16 Thread Victor Martinez
https://support.cloudbees.com/hc/en-us/articles/203802500-Injecting-Secrets-into-Jenkins-Build-Jobs might help you -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Can't output clear text from secret text

2017-02-16 Thread John Marks
I just wanted to test secret text, but the job always outputs "" when I try to echo the bound variable from a shell script job. Shell script: set +x echo "My