Skip to content

Commit

Permalink
Archive repository in Jenkins builds
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed May 31, 2024
1 parent 7b3cda0 commit 3e0ff02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pipeline {
sh 'which rust-analyzer'
sh 'rust-analyzer --version'
junit '*/target/surefire-reports/TEST-*.xml'
archiveArtifacts artifacts: '*/target/work/data/.metadata/.log'
archiveArtifacts artifacts: '*/target/work/data/.metadata/.log,repository/target/repository/**'
}
}
}
Expand Down

0 comments on commit 3e0ff02

Please sign in to comment.