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
4d828baf5c
commit
bb5310107b
1 changed files with 7 additions and 3 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -32,12 +32,16 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('Copy ENV files') {
|
||||
sh "cp -a ${ENV} ./"
|
||||
steps {
|
||||
sh "cp -a ${ENV} ./"
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build') {
|
||||
sh 'npm install'
|
||||
sh 'npm run build'
|
||||
steps {
|
||||
sh 'npm install'
|
||||
sh 'npm run build'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Deploy: dev') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue