This website works better with JavaScript.
Explore
Help
Register
Sign In
zhaohuwei
/
QG4
Watch
1
Star
0
Fork
You've already forked QG4
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
地面站终端 App
12027
Commits
2
Branches
0
Tags
363 MiB
Tree:
fc74866c84
QG4
/
Jenkinsfile
10 lines
112 B
Raw
Normal View
History
Unescape
Escape
initial Jenkinsfile (#5807)
8 years ago
pipeline {
agent any
stages {
stage('build') {
steps {
sh 'git status'
}
}
}
}