diff --git a/cix.sh b/cix.sh index 79a78853..58ad87cc 100755 --- a/cix.sh +++ b/cix.sh @@ -2,7 +2,7 @@ set -euo pipefail echo "Running with SQ=$SQ_VERSION" -JENKINS_VERSION=1.580.3 +JENKINS_VERSION=1.651.3 #deploy the version built by travis CURRENT_VERSION=`mvn help:evaluate -Dexpression="project.version" | grep -v '^\[\|Download\w\+\:' | grep -v '\[WARNING\]'`