test jenkins

This commit is contained in:
Fedor Katurov 2020-03-20 21:16:34 +07:00
parent bb5310107b
commit a2f338c377

6
Jenkinsfile vendored
View file

@ -31,6 +31,12 @@ pipeline {
} }
} }
stage('LS') {
steps {
sh 'ls -a'
}
}
stage('Copy ENV files') { stage('Copy ENV files') {
steps { steps {
sh "cp -a ${ENV} ./" sh "cp -a ${ENV} ./"