Nikolay Mahotkin fe97ac5aad Fixing keys issue in Jenkins
* Added key generation to Jenkins
 * If Gerrit is provided, create jenkins user
   and pass jenkins public key to Gerrit
 * Fixed CI/CD app for these changes
 * Fixed copy private jenkins key to /home/jenkins/.ssh

Change-Id: I26a7722e15aaf04274fae9ed437f45af5b213b95
2016-05-13 20:02:48 +03:00

20 lines
294 B
Plaintext

FormatVersion: 2.1.0
Version: 1.0.0
Name: Deploy Jenkins
Body: |
return deploy().stdout
Scripts:
deploy:
Type: Application
Version: 1.0.0
EntryPoint: deploy.sh
Files:
- site.pp
- gen_rsa_key.sh
Options:
captureStdout: true
captureStderr: true