This website requires JavaScript.
Explore
Help
Sign In
tfl
/
YTDJ
Watch
1
Star
0
Fork
0
You've already forked YTDJ
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
bb4cd4c7954721f6e682acd1b9974539c5dadf62
YTDJ
/
Jenkinsfile
12 lines
167 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Jenkins instructions
2022-07-08 20:10:18 +02:00
pipeline {
agent any
stages {
stage('Copy to wwww') {
steps {
sh 'cp -r ./* /var/www/dj/'
}
}
}
}
Reference in New Issue
Copy Permalink