This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
arepo
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Labels
Milestones
New Pull Request
#2
Add Jenkinsfile
Closed
10sr
wants to merge 1 commits from
j
into
master
pull from: j
merge into: 10sr:master
10sr:master
Conversation
1
Commits
1
Files Changed
1
1 changed files
with
11 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
+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