mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +07:00
test jenkins
This commit is contained in:
parent
124bffedfe
commit
750c39102d
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -8,12 +8,12 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'npm install'
|
||||
sh 'npm build'
|
||||
// sh 'npm install'
|
||||
// sh 'npm run build'
|
||||
}
|
||||
}
|
||||
|
||||
stage('If dev') {
|
||||
stage('Deploy: dev') {
|
||||
when {
|
||||
branch 'develop'
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('If master') {
|
||||
stage('Deploy: master') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue