jenkins: disable camerad while new box is built

old-commit-hash: a22ce68699
taco
Adeeb Shihadeh 3 years ago
parent f13e98f0c5
commit 39344e027c
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -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' } }

Loading…
Cancel
Save