mirror of
https://github.com/valitydev/three-ds-server-client.git
synced 2024-11-06 00:35:21 +00:00
PROX-401: add Jenkinsfile
This commit is contained in:
parent
4fc1d465f0
commit
1a7447ef92
13
Jenkinsfile
vendored
Normal file
13
Jenkinsfile
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
#!groovy
|
||||
build('three-ds-server-client', 'docker-host') {
|
||||
checkoutRepo()
|
||||
loadBuildUtils()
|
||||
|
||||
def javaLibPipeline
|
||||
runStage('load JavaLib pipeline') {
|
||||
javaLibPipeline = load("build_utils/jenkins_lib/pipeJavaLib.groovy")
|
||||
}
|
||||
|
||||
def buildImageTag = "fcf116dd775cc2e91bffb6a36835754e3f2d5321"
|
||||
javaLibPipeline(buildImageTag)
|
||||
}
|
Loading…
Reference in New Issue
Block a user