2 Star 3 Fork 0

superxxd / openpilot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Jenkinsfile 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
Willem Melching 提交于 2020-02-11 19:26 . Re enable athenad test (#1058)
pipeline {
agent {
docker {
image 'python:3.7.3'
args '--user=root'
}
}
environment {
COMMA_JWT = credentials('athena-test-jwt')
}
stages {
stage('EON Build/Test') {
steps {
lock(resource: "", label: 'eon', inversePrecedence: true, variable: 'eon_name', quantity: 1){
timeout(time: 30, unit: 'MINUTES') {
dir(path: 'release') {
sh 'pip install paramiko'
sh 'python remote_build.py'
}
}
}
}
}
}
}
1
https://gitee.com/superxxd/openpilot.git
git@gitee.com:superxxd/openpilot.git
superxxd
openpilot
openpilot
master

搜索帮助