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
Mix Youtube videos like a true DJ!
https://dj.tflcl.xyz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31
Commits
1
Branch
0
Tags
2.1 MiB
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
YTDJ
/
Jenkinsfile
12 lines
167 B
Raw
Permalink
Normal View
History
Unescape
Escape
Jenkins instructions
2 years ago
pipeline {
agent any
stages {
stage('Copy to wwww') {
steps {
sh 'cp -r ./* /var/www/dj/'
}
}
}
}