Skip to content

Commit

Permalink
fix tester serial number
Browse files Browse the repository at this point in the history
  • Loading branch information
grvvy committed Jul 12, 2024
1 parent 45ad369 commit 0b5bbf5
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
@@ -1,7 +1,7 @@
pipeline {
agent {
dockerfile {
args '--group-add=20 --group-add=46 --device-cgroup-rule="c 189:* rmw" --device-cgroup-rule="c 166:* rmw" -v /dev/bus/usb:/dev/bus/usb -e TESTER=0000000000000000325866e6293d4423 -e EUT=RunningFromRAM'
args '--group-add=20 --group-add=46 --device-cgroup-rule="c 189:* rmw" --device-cgroup-rule="c 166:* rmw" -v /dev/bus/usb:/dev/bus/usb -e TESTER=0000000000000000325866e629a25623 -e EUT=RunningFromRAM'
}
}
stages {
Expand Down

0 comments on commit 0b5bbf5

Please sign in to comment.