Skip to content

Commit c5755d0

Browse files
committed
🔧 chore[Jenkinsfile]: add debug output for environment file loading
1 parent c471e78 commit c5755d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ pipeline {
4444
steps {
4545
script {
4646
withCredentials([file(credentialsId: env.ENV_FILE_CREDENTIAL, variable: 'SECRET_ENV_FILE')]) {
47+
sh "ls -l $SECRET_ENV_FILE"
48+
sh "cat $SECRET_ENV_FILE"
4749
sh "cp $SECRET_ENV_FILE .env"
4850
echo "Loaded environment file for ${env.ENVIRONMENT}."
4951
}

0 commit comments

Comments
 (0)