1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-15 21:15:24 +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:
Maxim Cournoyer 2023-02-21 22:49:06 -05:00 committed by Sébastien Blin
parent 1442d37ae8
commit de7c182adc

View file

@ -77,8 +77,10 @@ pipeline {
string(name: 'PACKAGING_TARGETS',
defaultValue: '',
description: 'A whitespace-separated list of packaging ' +
'targets, e.g. "debian_10 snap". ' +
'When left unspecified, all the packaging targets are built.')
'targets, e.g. "debian_10 deb-pack-x86-64 rpm-pack-x86-64 snap". ' +
'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 {