added changes

This commit is contained in:
“[Akhil 2024-12-25 17:04:19 +05:30
parent 09c157d621
commit 3f136c61e5

3
Jenkinsfile vendored
View file

@ -35,11 +35,12 @@ pipeline {
serverId: 'JFROG_CLOUD'
)
}
}
stage('reporting'){
junit testResults: '**/target/surefire-reports/TEST-*.xml'
}
}
}
}