mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[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:
parent
b5049580ed
commit
be609d9505
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue