modify the Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -18,6 +18,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Install & Build') {
|
stage('Install & Build') {
|
||||||
steps {
|
steps {
|
||||||
|
dir('alex-ui') {
|
||||||
sh '''
|
sh '''
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
npm install --legacy-peer-deps
|
npm install --legacy-peer-deps
|
||||||
@ -25,6 +26,7 @@ pipeline {
|
|||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
|
Reference in New Issue
Block a user