update to version 17

This commit is contained in:
2021-03-07 15:46:38 -05:00
parent 9413316360
commit 6a8d2e5e79
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ pipeline {
stage('deploy') {
options {
ansiColor('xterm')
timeout(5)
timeout(15)
}
steps {
dir(WORKDIR) {

View File

@@ -3,7 +3,7 @@ set -e
#set -x
LOCAL_IMAGE=xaicorp/nextcloud
TAG=16.0-${BUILD_NUMBER:-dev}
TAG=17.0-${BUILD_NUMBER:-dev}
REMOTE_IMAGE=dkregistry.xai-corp.net:5000/${LOCAL_IMAGE}:${TAG}
LOG=$(mktemp)