Skip to content

Commit

Permalink
update jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloMansanet committed Jan 12, 2021
1 parent 5ddb8c8 commit 01fed2a
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 @@ -76,7 +76,7 @@ spec:
sh 'cargo gen_loadstone'

echo 'Archiving Artifacts'
archiveArtifacts artifacts: 'bootloader.bin'
archiveArtifacts artifacts: 'loadstone.bin'
sh 'rm -f target/thumbv7em-none-eabihf/doc/.lock'
archiveArtifacts artifacts: 'target/thumbv7em-none-eabihf/doc/**'
publishHTML (target: [
Expand Down

0 comments on commit 01fed2a

Please sign in to comment.