Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More log from Jenkinsfile
Browse files Browse the repository at this point in the history
mickaelistria committed Nov 17, 2023
1 parent 03f1f5d commit e9f1827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -35,6 +35,8 @@ pipeline {
}
post {
always {
sh 'which rustup'
sh 'which rust-analyzer'
sh 'rust-analyzer --version'
junit '*/target/surefire-reports/TEST-*.xml'
archiveArtifacts artifacts: '*/target/work/data/.metadata/.log'

0 comments on commit e9f1827

Please sign in to comment.