Hi,
How can I define git-repo with password and login field in job file? For example:
{ "command": "lava_test_shell", "parameters": { "testdef_repos": [ { "git-repo": "http://git.mpicosys.com/scm/git/lava-test-deployment", "parameters": { "BRANCH": "master", "LOGIN": "bartosz.ziolek", "PASSWORD" : "topsecretpass" }, "testdef": "test_example_1.yaml" } ], "timeout": 900 } },
Pozdrawiam / Kind regards Bartosz Ziółek Software Engineer
MpicoSys Embedded Pico Systems Sp. z o.o. Pomeranian Science and Technology Park al. Zwycięstwa 96/98, 81-451 Gdynia, Poland T: +48 58 766 49 90 ext. 84 E: bartosz.ziolek@mpicosys.com W: http://www.mpicosys.com/
On Fri, 2015-11-20 at 13:59 +0100, Bartosz Ziółek wrote:
Hi,
How can I define git-repo with password and login field in job file?
We typically use: "git-repo": "https://user:password@git.secret.org/git/secret-tests.gi t"
Hi Sjoerd,
It's works!! Thank you!
Pozdrawiam / Kind regards Bartosz Ziółek Software Engineer
MpicoSys Embedded Pico Systems Sp. z o.o. Pomeranian Science and Technology Park al. Zwycięstwa 96/98, 81-451 Gdynia, Poland T: +48 58 766 49 90 ext. 84 E: bartosz.ziolek@mpicosys.com W: http://www.mpicosys.com/
----- Original Message -----
From: "Sjoerd Simons" sjoerd.simons@collabora.co.uk To: "Bartosz Ziółek" bartosz.ziolek@mpicosys.com, linaro-validation@lists.linaro.org Sent: Friday, November 20, 2015 2:14:15 PM Subject: Re: [Linaro-validation] LAVA job definition - git and password
On Fri, 2015-11-20 at 13:59 +0100, Bartosz Ziółek wrote:
Hi,
How can I define git-repo with password and login field in job file?
We typically use: "git-repo": "https://user:password@git.secret.org/git/secret-tests.gi t"
linaro-validation@lists.linaro.org