Removed Stage

This commit is contained in:
Sandeep Sridhar Dudi 2019-08-24 19:16:06 +05:30
parent 25cd77fa72
commit 03775e6da3

View file

@ -18,8 +18,4 @@ node {
} }
} }
} }
stage('Results') {
junit '**/target/surefire-reports/TEST-*.xml'
archiveArtifacts 'target/*.jar'
}
} }