On Tue, 20 Nov 2018 at 13:07, Axel Lebourhis axel.lebourhis@linaro.org wrote:
OK thank you for this example. In my job definition I have something like this :
- test namespace... . . . definitions: - repository: https://<link to private git repo> from: git .......
How do I use the token in this case ?
Huh, I didn't think about this use case and I don't think it's supported (didn't find anything in the docs). To work around that you might need to do the inline test that performs 'git clone' on the target.
milosz