summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-02-21 12:15:07 +0100
committerMichal Cmarada <mcmarada@cisco.com>2019-02-21 12:15:24 +0100
commitaec3222f26b431fe49ebfe1804f42d7fc8266279 (patch)
tree2c1186d7c738c1b3b29a49e727853403588e6589
parent4901d945deafff981117c7f27ffc2618ee27d72a (diff)
JVPP-22: add script to specify version for jvpp
Change-Id: I50c76514732f893cb0a0cf63be69403e7911fecf Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
-rwxr-xr-xjvpp-version8
1 files changed, 8 insertions, 0 deletions
diff --git a/jvpp-version b/jvpp-version
new file mode 100755
index 000000000..7dfd4b314
--- /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', ...