update to version 20

This commit is contained in:
2021-03-07 17:20:16 -05:00
parent b0eecf73b2
commit 5b1c6075c9

View File

@@ -2,7 +2,7 @@ pipeline {
environment { environment {
APP_NAME = 'xaibox' APP_NAME = 'xaibox'
WORKDIR = 'dockerfiles/services/nextcloud' WORKDIR = 'dockerfiles/services/nextcloud'
NC_VERSION = 19 NC_VERSION = 20
} }
agent { label 'docker' } agent { label 'docker' }