Update jjb docs to use mvn33 instead of {mvn33} 88/49488/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 16 Dec 2016 16:32:38 +0000 (11:32 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 16 Dec 2016 16:32:40 +0000 (11:32 -0500)
We switched to using mvn33 string rather than variable {mvn33} awhile
back. Update the docs to reflect that change.

Change-Id: I8144b13ffed1154d3e3e2c73087f9d9172370085
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/jenkins.rst

index 9f586dbcb32872cb89c3350e7e6154279c90d9a1..6eecf9f746fa43564ab5723d2c7d68c0b703eef5 100644 (file)
@@ -57,7 +57,7 @@ Next we will create <new-project>.yaml as follows:
             - openjdk8
         maven:
             - mvn33:
-                mvn-version: '{mvn33}'
+                mvn-version: 'mvn33'
         mvn-settings: '<NEW_PROJECT>-settings'
         mvn-goals: 'clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
         mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'