[Gerrit] MemoryQuotaExceededException was fixed

DeployGerrit.template does not catches script output anymore

Change-Id: I2f808d31c94d7f455694a263a8b7bd1183c80fe5
This commit is contained in:
Alexey Khivin 2016-03-22 22:14:18 +03:00
parent c668552045
commit 861b38a286

View File

@ -5,16 +5,16 @@ Name: Deploy Gerrit
Parameters:
Body: |
return deploy().stdout
deploy()
Scripts:
deploy:
Type: Application
Version: 1.0.0
EntryPoint: deploy_gerrit.sh
Files: ['site.pp', 'database.pp', 'gen_ssl_cert.sh', 'gen_rsa_key.sh']
Files: ['gen_ssl_cert.sh', 'gen_rsa_key.sh', 'database.pp', 'site.pp']
Options:
captureStdout: true
captureStdout: false
captureStderr: true
verifyExitcode: true