added changes

This commit is contained in:
Madhuri-chinta 2023-03-14 21:33:01 +05:30
parent 1d9fce602b
commit 3f74d6859a

9
Jenkinsfile vendored
View file

@ -48,8 +48,15 @@ pipeline {
)
}
}
stage('post build') {
steps {
archiveArtifacts artifacts: '**/target/*.jar',
onlyIfSuccessful: true
junit testResults: '**/surefire-reports/TEST-*.xml'
}
}
}
}
}