This website works better with JavaScript.
Explore
Help
Sign In
tfl
/
YTDJ
Watch
1
Star
0
Fork
You've already forked YTDJ
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Added Jenkinsfile
Gitea/YTDJ/pipeline/head
This commit looks good
Details
master
TFLCL
2 years ago
parent
0ceb62b819
commit
44a12924ff
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
Jenkinsfile
11
Jenkinsfile
vendored
Unescape
Escape
View File
@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
tfl/YTDJ
Title
Body
Create Issue