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
Is my below configuration correct? I would like to use the withVault block with vaultCredential instead of the vaultCredentialID, I am not sure how to pass the secretID, As if I pass a credential ID of a stored secretText present in jenkins, It complains of the following error
java.lang.ClassCastException: com.datapipe.jenkins.vault.credentials.VaultAppRoleCredential.secretId expects class hudson.util.Secret but received class java.lang.String
Is my below configuration correct? I would like to use the withVault block with vaultCredential instead of the vaultCredentialID, I am not sure how to pass the secretID, As if I pass a credential ID of a stored secretText present in jenkins, It complains of the following error
java.lang.ClassCastException: com.datapipe.jenkins.vault.credentials.VaultAppRoleCredential.secretId expects class hudson.util.Secret but received class java.lang.String
The text was updated successfully, but these errors were encountered: