From 9ae1a455063660caa82042db418abc74de3707bb Mon Sep 17 00:00:00 2001 From: Mpho Majenge Date: Sat, 25 May 2024 14:22:00 +0200 Subject: [PATCH] add debugging step --- Jenkinsfile | 9 +++++++++ 1 file changed, 9 insertions(+) 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 {