Created deployment

This commit is contained in:
2026-02-10 16:17:51 +01:00
parent 36632f73c2
commit c8ccc21dd2

View File

@@ -12,6 +12,14 @@ pipeline {
}
stages {
stage('📦 Install dependencies') {
steps {
sh 'npm install -g yarn'
sh 'corepack enable'
sh 'corepack prepare yarn@3.2.1 --activate'
sh 'yarn install --immutable'
}
}
stage("🧱 Building") {
steps {
sh 'yarn run build'