Test jenkins

This commit is contained in:
2026-03-04 15:52:43 +01:00
parent 1e9818d430
commit 7cf9cc60e6

View File

@@ -17,13 +17,10 @@ pipeline {
sh 'npm install -g yarn'
sh 'corepack enable'
sh 'corepack prepare yarn@4.12.0 --activate'
sh 'yarn install'
}
}
stage("🧱 Building") {
steps {
sh 'rm -rf dist/'
sh 'yarn run build'
}
}
stage("🏗 Deploying") {