[jenkins] update call to pleaserun with --log-path (#11275)

* [jenkins] update pleaserun with --log-path for 0.0.28

* [jenkins] update contributing guide pleaserun version
This commit is contained in:
archana 2017-04-17 11:08:06 -05:00 committed by GitHub
parent b5049580ed
commit be609d9505
2 changed files with 2 additions and 2 deletions

View file

@ -318,7 +318,7 @@ Packages are built using fpm, pleaserun, dpkg, and rpm. fpm and pleaserun can b
```bash
apt-get install ruby-dev rpm
gem install fpm -v 1.5.0
gem install pleaserun -v 0.0.24
gem install pleaserun -v 0.0.28
npm run build -- --skip-archives
```

View file

@ -16,7 +16,7 @@ export default (grunt) => {
'--description', capitalize(name),
'--user', user,
'--group', group,
'--sysv-log-path', `${path.logs}/`,
'--log-path', `${path.logs}/`,
'-p', service.name,
'-v', service.version,
path.kibanaBin,