diff --git a/Jenkinsfile b/Jenkinsfile index db2e40a8..508cfd31 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,6 +22,15 @@ pipeline { } } } + stage('Debug: List Directory Contents') { + steps { + script { + sh 'ls -la' + sh 'ls -la ./images' + sh 'ls -la ./images/production' + } + } + } stage('Build Image') { steps { script {