jenkins: disable camerad while new box is built

old-commit-hash: a22ce68699ef4d6714a2921f19ed7d793ea619a5
This commit is contained in:
Adeeb Shihadeh
2022-10-24 19:37:18 -07:00
parent f13e98f0c5
commit 39344e027c
Vendored
+2
View File
@@ -137,6 +137,7 @@ pipeline {
}
}
/*
stage('camerad') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
steps {
@@ -147,6 +148,7 @@ pipeline {
])
}
}
*/
stage('replay') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }