You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The odsComponentStageCopyImage logs the source and destination credentials as the shell output is not masked or postprocessed.
A simple approach could be using set +x or adding some wtihCredentials code.
Using set +x might be quickest solution however a user might still need details of the command.
The odsComponentStageCopyImage logs the source and destination credentials as the shell output is not masked or postprocessed.
A simple approach could be using
set +x
or adding some wtihCredentials code.Using
set +x
might be quickest solution however a user might still need details of the command.ods-jenkins-shared-library/src/org/ods/component/CopyImageStage.groovy
Lines 95 to 101 in f6e637b
Ref: #212 #341
The text was updated successfully, but these errors were encountered: