Jenkinsfile

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

4
Jenkinsfile vendored
View file

@ -5,10 +5,10 @@ pipeline {
args '-v /var/run/docker.sock:/var/run/docker.sock'
}
}
tools {
//tools {
// maven "M3"
// jdk "JDK17"
}
//}
environment {
DOCKERHUB_CREDENTIALS = credentials('Docker-token')