This commit is contained in:
KVKR31 2023-08-03 17:46:36 +05:30
parent 0c57034092
commit 3b7a38daea

2
Jenkinsfile vendored
View file

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