This commit is contained in:
Schneider Roland 2025-02-23 16:48:01 +01:00
parent b98e494a2a
commit aaa29e02c0

View File

@ -17,7 +17,7 @@ pipeline {
stage('Build Docker image') { stage('Build Docker image') {
steps { steps {
sh """ sh """
cd environment/dev/docker/cms/ cd environment/dev/docker/cms/scripts
ls -lah ls -lah
pwd pwd
bash ./build.docker.build.sh bash ./build.docker.build.sh