Skip to content
Snippets Groups Projects
Commit de7c182a authored by Maxim Cournoyer's avatar Maxim Cournoyer Committed by Sébastien Blin
Browse files

packaging: Improve PACKAGING_TARGETS parameter documentation.

* extras/packaging/gnu-linux/Jenkinsfile: Improve PACKAGING_TARGETS
parameter documentation.

Change-Id: I83de03a7d722ff391cc41098a0cce9334e014d75
parent 1442d37a
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment