Bumped pipeline version.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2021-04-01 14:38:41 +01:00
parent 7985befde6
commit 8842e48b05

4
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@
def XENADMIN_BRANDING_TAG = 'v3.0'
@Library(['PacmanSharedLibrary', 'xencenter-pipeline@v3.1'])
@Library(['PacmanSharedLibrary', 'xencenter-pipeline@v3.2'])
import com.citrix.pipeline.xencenter.*
properties([
@ -62,6 +62,6 @@ node(globals.buildNodeLabel) {
currentBuild.result = 'FAILURE'
throw ex
} finally {
buildComplete()
buildComplete(builder)
}
}