Test jenkins
This commit is contained in:
@@ -17,13 +17,10 @@ pipeline {
|
|||||||
sh 'npm install -g yarn'
|
sh 'npm install -g yarn'
|
||||||
sh 'corepack enable'
|
sh 'corepack enable'
|
||||||
sh 'corepack prepare yarn@4.12.0 --activate'
|
sh 'corepack prepare yarn@4.12.0 --activate'
|
||||||
sh 'yarn install'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("🧱 Building") {
|
stage("🧱 Building") {
|
||||||
steps {
|
steps {
|
||||||
sh 'rm -rf dist/'
|
|
||||||
sh 'yarn run build'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("🏗 Deploying") {
|
stage("🏗 Deploying") {
|
||||||
|
|||||||
Reference in New Issue
Block a user