This commit is contained in:
Bharatkumar5690 2023-03-09 18:43:56 +05:30
parent 5c9c5064e6
commit 35348c6f70

8
Jenkinsfile vendored
View file

@ -1,8 +1,4 @@
pipeline {
tools {
maven 'MAVEN'
jdk 'JDK-17'
}
agent { label 'Master'}
triggers { pollSCM ('* * * * *') }
stages{
@ -36,6 +32,10 @@ pipeline {
}
}
stage ('package') {
tools {
jdk 'JDK_17'
maven 'MAVEN'
}
steps {
rtMavenRun (
tool: 'MAVEN_DEFAULT',