jenkins: disable camerad while new box is built

pull/26221/head
Adeeb Shihadeh 3 years ago
parent e9fcef99e1
commit a22ce68699
  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