Code Review
/
hc2vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4901d94
)
JVPP-22: add script to specify version for jvpp
52/17752/1
author
Michal Cmarada
<mcmarada@cisco.com>
Thu, 21 Feb 2019 11:15:07 +0000
(12:15 +0100)
committer
Michal Cmarada
<mcmarada@cisco.com>
Thu, 21 Feb 2019 11:15:24 +0000
(12:15 +0100)
Change-Id: I50c76514732f893cb0a0cf63be69403e7911fecf
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
jvpp-version
[new file with mode: 0755]
patch
|
blob
diff --git a/jvpp-version
b/jvpp-version
new file mode 100755
(executable)
index 0000000..
7dfd4b3
--- /dev/null
+++ b/
jvpp-version
@@ -0,0
+1,8
@@
+#!/bin/sh
+echo 'RELEASE'
+
+# Determines which JVPP version to use in hc2vpp-integration job.
+# 'RELEASE' will use the latest JVPP in the respective branch.
+# Alternatively use a specific JVPP version.
+# Do not include the suffix ('_amd64', '.x86_64'), it will be appended.
+# Examples: '19.04-release', '19.04-rc0~11-gd9599f0~b8', ...