fixed push image
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-06-25 15:11:12 +02:00
parent 8c29d39bf6
commit 1c394dff72

22
Jenkinsfile vendored
View File

@@ -14,18 +14,18 @@ pipeline {
} }
stages { stages {
// stage('Install Dependencies') { stage('Install Dependencies') {
// steps { steps {
// sh 'npm ci' sh 'npm ci'
// } }
// } }
// stage('Test & Security Audit') { stage('Test & Security Audit') {
// steps { steps {
// echo 'Start checking security vulnerabilities in npm packages' echo 'Start checking security vulnerabilities in npm packages'
// sh 'npm audit' sh 'npm audit'
// } }
// } }
// stage('Build') { // stage('Build') {
// when { // when {