Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2f22e7f
)
Document required params in lf-maven-stage macro
13/14813/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Thu, 7 Mar 2019 03:50:08 +0000
(22:50 -0500)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Thu, 7 Mar 2019 03:50:10 +0000
(22:50 -0500)
Change-Id: I1f281b22f7b9454ef58e3fcc5fa49c5d333263a7
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/jjb/lf-maven-jobs.rst
patch
|
blob
|
history
diff --git
a/docs/jjb/lf-maven-jobs.rst
b/docs/jjb/lf-maven-jobs.rst
index
aca0f5f
..
d4e3370
100644
(file)
--- a/
docs/jjb/lf-maven-jobs.rst
+++ b/
docs/jjb/lf-maven-jobs.rst
@@
-66,6
+66,12
@@
lf-maven-stage
Calls the maven stage script to push artifacts to a Nexus staging repository.
+:Required Parameters:
+
+ :mvn-global-settings: The name of the Maven global settings to use for
+ Maven configuration.
+ :mvn-settings: The name of settings file containing credentials for the project.
+
lf-update-java-alternatives
---------------------------