Build image?

This commit is contained in:
2026-03-20 10:25:04 +01:00
parent 9929278e2b
commit db3e0324da

View File

@@ -12,6 +12,11 @@ pipeline {
}
stages {
stage ('build container image') {
steps {
sh 'rebuild.sh'
}
}
stage('📦 Install dependencies') {
steps {
sh 'npm install'