mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 15:29:26 +01:00
Bumped pipeline version.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
7985befde6
commit
8842e48b05
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user