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
Browse Source
initial Jenkinsfile (
#5807
)
QGC4.4
Daniel Agar
7 years ago
committed by
GitHub
parent
f922805682
commit
3f12371f3f
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
10 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
10
Jenkinsfile
10
Jenkinsfile
vendored
Unescape
Escape
View File
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage('build') {
steps {
sh 'git status'
}
}
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
zhaohuwei/QG4
Title
Body
Create Issue