changes devlop to developer

This commit is contained in:
shaif ali khan 2023-07-29 13:17:56 +05:30
parent 82174e4c85
commit 4ffb369da3

2
Jenkinsfile vendored
View file

@ -7,7 +7,7 @@ pipeline {
pollSCM('* * * * *')
}
tools {
jdk 'JDK-17'
jdk 'java-17'
}
stages {
stage('vcs') {