Browse Source

Jenkins instructions

master
TFLCL 2 years ago
parent
commit
c3487f5a18
  1. 11
      Jenkinsfile

11
Jenkinsfile vendored

@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Copy to wwww') {
steps {
sh 'cp -r ./* /var/www/dj/'
}
}
}
}
Loading…
Cancel
Save