Logo
Explore Help
Register Sign In
mawei/dragonpilot
1
0
Fork 0
You've already forked dragonpilot
mirror of https://github.com/dragonpilot/dragonpilot.git synced 2026-02-26 14:53:54 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
df6fa7acbd42a0bf6bc92779cfedaa8c2c46292d
dragonpilot/Jenkinsfile

24 lines
474 B
Plaintext
Raw Normal View History

Jenkins pipeline to create master-ci (#1019) * Added Jenkinsfile * Added Jenkinsfile * Added Jenkinsfile * change order * sudo * whoami? * Added Jenkinsfile * install git * Untested build scripts * Add lockable resource * Fix syntax * Only one stage * fix target dir * Use deploy key * noqa on test_openpilot * Fix version.h path * Cleanup release files * Add linter scripts to release * Update jenkinsfile * Fix path * this should work * Use python3 docker container * Run in correct directory * Setup /data/pythonpath Co-authored-by: commaci-public <60409688+commaci-public@users.noreply.github.com>
2020-01-30 13:06:45 -08:00
pipeline {
agent {
docker {
image 'python:3.7.3'
args '--user=root'
}
}
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'
}
}
}
}
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 19ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API