Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
cf1895971c5a933a2b390ec3c562eb10a3fb8904
cf1895971c5a933a2b390ec3c562eb10a3fb8904
Switch branch/tag
qgroundcontrol
Jenkinsfile
Find file
Normal view
History
Permalink
Jenkinsfile
112 Bytes
Edit
Web IDE
Newer
Older
initial Jenkinsfile (#5807)
3f12371f
Daniel Agar
committed
Oct 30, 2017
1
2
3
4
5
6
7
8
9
10
pipeline
{
agent
any
stages
{
stage
(
'build'
)
{
steps
{
sh
'git status'
}
}
}
}