mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-05 22:53:18 +02:00
packaging: Improve PACKAGING_TARGETS parameter documentation.
* extras/packaging/gnu-linux/Jenkinsfile: Improve PACKAGING_TARGETS parameter documentation. Change-Id: I83de03a7d722ff391cc41098a0cce9334e014d75
This commit is contained in:
parent
1442d37ae8
commit
de7c182adc
1 changed files with 4 additions and 2 deletions
6
extras/packaging/gnu-linux/Jenkinsfile
vendored
6
extras/packaging/gnu-linux/Jenkinsfile
vendored
|
@ -77,8 +77,10 @@ pipeline {
|
||||||
string(name: 'PACKAGING_TARGETS',
|
string(name: 'PACKAGING_TARGETS',
|
||||||
defaultValue: '',
|
defaultValue: '',
|
||||||
description: 'A whitespace-separated list of packaging ' +
|
description: 'A whitespace-separated list of packaging ' +
|
||||||
'targets, e.g. "debian_10 snap". ' +
|
'targets, e.g. "debian_10 deb-pack-x86-64 rpm-pack-x86-64 snap". ' +
|
||||||
'When left unspecified, all the packaging targets are built.')
|
'When left unspecified, all the packaging targets are built. ' +
|
||||||
|
'To see the available targets, run: ' +
|
||||||
|
'make -f extras/packaging/gnu-linux/Makefile list-package-targets')
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
|
|
Loading…
Add table
Reference in a new issue