changes devlop to developer

This commit is contained in:
shaif ali khan 2023-07-29 13:14:37 +05:30
parent e0214d9590
commit 82174e4c85

2
Jenkinsfile vendored
View file

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