added jenkinsfiles

This commit is contained in:
satya 2023-08-17 23:16:28 +05:30
parent bf8e179e0c
commit b623fee70c

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ pipeline {
} }
stage('build and package') { stage('build and package') {
steps { steps {
sh 'clean package' sh 'mvn package'
} }
} }
stage('archive results') { stage('archive results') {