dustin
/
jenkinsagent
Archived
1
0
Fork 0

Compare commits

..

2 Commits

Author SHA1 Message Date
Dustin 9486ea21df test 2022-03-15 21:16:34 -05:00
Dustin 7d895ea4ac ci: Begin CI pipeline 2022-03-15 21:11:58 -05:00
2 changed files with 3 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent {
dockerfile {
dir 'ci'
args '-v /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts'
args '-v /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts --privileged -u 0:0'
}
}

View File

@ -1,5 +1,7 @@
#!/bin/sh
env
# shellcheck disable=SC2154
cp -v "${BR2_EXTERNAL_jenkinsagent_PATH}"/cmdline.txt \
"${BINARIES_DIR}"/rpi-firmware/cmdline.txt