This commit is contained in:
Schneider Roland 2025-02-23 16:25:04 +01:00
parent 23845d3dbb
commit b98e494a2a

View File

@ -18,7 +18,9 @@ pipeline {
steps {
sh """
cd environment/dev/docker/cms/
bash build.docker.build.sh
ls -lah
pwd
bash ./build.docker.build.sh
"""
}
}