From 8b276f9828c44580b01217e85e2ce06fbb18d3df Mon Sep 17 00:00:00 2001 From: Jared Date: Wed, 25 Jun 2025 11:50:13 +0200 Subject: [PATCH] added docker --- Jenkinsfile | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9eb5bcf..fcaa6bb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,27 +7,27 @@ pipeline { } stages { - stage('Install Dependencies') { - steps { - sh 'npm ci' - } - } + // stage('Install Dependencies') { + // steps { + // sh 'npm ci' + // } + // } - stage('Test & Security Audit') { - steps { - echo 'Start checking security vulnerabilities in npm packages' - sh 'npm audit' - } - } + // stage('Test & Security Audit') { + // steps { + // echo 'Start checking security vulnerabilities in npm packages' + // sh 'npm audit' + // } + // } - stage('Build') { - when { - branch 'development' - } - steps { - sh 'npm run build' - } - } + // stage('Build') { + // when { + // branch 'development' + // } + // steps { + // sh 'npm run build' + // } + // } stage('Containerize') { steps {