Skip to content

Commit

Permalink
Collect results after the build finishes in the pipeline
Browse files Browse the repository at this point in the history
Change-Id: I91df7ebcac529ccf623c76c29f8d6a84f9ec5a70
  • Loading branch information
irbull committed May 9, 2017
1 parent f718e73 commit f2622df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Expand Up @@ -14,4 +14,9 @@ node {
stage('Package AAR') {
sh './gradlew clean build'
}

stage('Results') {
junit 'build/test-results/**/*.xml'
archive 'build/outputs/aar/*.aar'
}
}

0 comments on commit f2622df

Please sign in to comment.