This commit is contained in:
KVKR31 2023-08-03 23:19:03 +05:30
parent e4626fd295
commit 2d1d7401c9

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline {
pollSCM('* * * * *') pollSCM('* * * * *')
} }
tools { tools {
jdk 'JDK_8' jdk 'JDK_17'
} }
stages { stages {
stage('code') { stage('code') {