Jenkins instructions
This commit is contained in:
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@@ -0,0 +1,11 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Copy to wwww') {
|
||||||
|
steps {
|
||||||
|
sh 'cp -r ./* /var/www/dj/'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user