We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c471e78 commit c5755d0Copy full SHA for c5755d0
1 file changed
Jenkinsfile
@@ -44,6 +44,8 @@ pipeline {
44
steps {
45
script {
46
withCredentials([file(credentialsId: env.ENV_FILE_CREDENTIAL, variable: 'SECRET_ENV_FILE')]) {
47
+ sh "ls -l $SECRET_ENV_FILE"
48
+ sh "cat $SECRET_ENV_FILE"
49
sh "cp $SECRET_ENV_FILE .env"
50
echo "Loaded environment file for ${env.ENVIRONMENT}."
51
}
0 commit comments