Added changes

This commit is contained in:
Nanditha54 2023-03-08 15:13:05 +05:30
parent 10bce99a32
commit 32e31ffe3c

3
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent { label 'JDK_17' }
agent { label 'MAVEN_JDK8' }
triggers { pollSCM ('* * * * *') }
parameters {
choice(name: 'MAVEN_GOAL', choices: ['package', 'install', 'clean'], description: 'Maven Goal')
@ -11,7 +11,6 @@ pipeline {
branch: 'declarative'
}
}
stage('package') {
tools {
jdk 'JDK_17'