This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
arepo
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add Jenkinsfile
pull/2/head
10sr
5 years ago
parent
54825a5d42
commit
9468166c08
1 changed files
with
11 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
Jenkinsfile
+ 11
- 0
Jenkinsfile
View File
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('truestage') {
steps {
echo 'true'
}
}
}
}
Write
Preview
Loading…
Cancel
Save