mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
test jenkins
This commit is contained in:
parent
bb5310107b
commit
a2f338c377
1 changed files with 6 additions and 0 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -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} ./"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue