diff --git a/Jenkinsfile b/Jenkinsfile index 2029379229..ffc0bd44ae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { branch 'devel-staging' } steps { - lock(resource: "", label: 'eon', inversePrecedence: true, variable: 'eon_ip', quantity: 1){ + lock(resource: "", label: 'eon-build', inversePrecedence: true, variable: 'eon_ip', quantity: 1){ timeout(time: 60, unit: 'MINUTES') { dir(path: 'selfdrive/test') { sh 'pip install paramiko' diff --git a/release/files_common b/release/files_common index 5d7a9f28aa..9c3fd1e260 100644 --- a/release/files_common +++ b/release/files_common @@ -3,6 +3,7 @@ LICENSE launch_chffrplus.sh launch_openpilot.sh +Jenkinsfile SConstruct CONTRIBUTING.md