mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
Jenkinsfile
Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
parent
fdcb9bb872
commit
7113de7dd5
1 changed files with 5 additions and 9 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
|
@ -1,14 +1,10 @@
|
|||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'maven:3.9.5-openjdk-17-slim'
|
||||
args '-v /var/run/docker.sock:/var/run/docker.sock'
|
||||
}
|
||||
agent any
|
||||
|
||||
tools {
|
||||
maven "M3"
|
||||
jdk "JDK17"
|
||||
}
|
||||
//tools {
|
||||
// maven "M3"
|
||||
// jdk "JDK17"
|
||||
//}
|
||||
|
||||
environment {
|
||||
DOCKERHUB_CREDENTIALS = credentials('Docker-token')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue