[Gerrit] MemoryQuotaExceededException was fixed
DeployGerrit.template does not catches script output anymore Change-Id: I2f808d31c94d7f455694a263a8b7bd1183c80fe5
This commit is contained in:
parent
c668552045
commit
861b38a286
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user