Skip to content

Commit

Permalink
Jenkins archive nuttx elf files
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Mar 4, 2018
1 parent 5ef27c5 commit 5cbd19a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pipeline {
sh "make sizes"
sh "ccache -s"
archiveArtifacts(artifacts: 'build/*/*.px4', fingerprint: true)
archiveArtifacts(artifacts: 'build/*/*.elf', fingerprint: true)
}
}
}
Expand Down Expand Up @@ -54,6 +55,7 @@ pipeline {
sh "make sizes"
sh "ccache -s"
archiveArtifacts(artifacts: 'build/*/*.px4', fingerprint: true)
archiveArtifacts(artifacts: 'build/*/*.elf', fingerprint: true)
}
}
}
Expand All @@ -79,6 +81,7 @@ pipeline {
sh "make sizes"
sh "ccache -s"
archiveArtifacts(artifacts: 'build/*/*.px4', fingerprint: true)
archiveArtifacts(artifacts: 'build/*/*.elf', fingerprint: true)
}
}
}
Expand Down

0 comments on commit 5cbd19a

Please sign in to comment.