mirror of
https://github.com/valitydev/spring-boot-starter-parent.git
synced 2024-11-06 08:25:22 +00:00
add jenkins file
This commit is contained in:
parent
696031ebbf
commit
13003606df
13
Jenkinsfile
vendored
Normal file
13
Jenkinsfile
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#!groovy
|
||||||
|
build('spring-boot-starter-parent', 'docker-host') {
|
||||||
|
checkoutRepo()
|
||||||
|
loadBuildUtils()
|
||||||
|
|
||||||
|
def javaLibPipeline
|
||||||
|
runStage('load JavaLib pipeline') {
|
||||||
|
javaLibPipeline = load("build_utils/jenkins_lib/pipeJavaLib.groovy")
|
||||||
|
}
|
||||||
|
|
||||||
|
def buildImageTag = "80c38dc638c0879687f6661f4e16e8de9fc0d2c6"
|
||||||
|
javaLibPipeline(buildImageTag)
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user