Jenkinsfile

Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
wodnr533 2025-12-08 16:00:21 +09:00 committed by GitHub
parent fdcb9bb872
commit 7113de7dd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
Jenkinsfile vendored
View file

@ -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')