I can't seem to get this working (or maybe am not understanding it correctly). I have a promotion which sets a predefined parameter of credentialssh=analytics-jenkins-deployer-staging. In my triggered downstream job I have a credential parameter named credentialssh.
When the downstream job is triggered by the promotion I get a failure with error:
ERROR: Could not find credentials entry with ID '${credentialssh}'
I also hit this when this is kicked off from an automatic upstream job. When I kick it off from the same upstream job it loads without failure. Anyone find a workaround to this?
I also hit this when this is kicked off from an automatic upstream job. When I kick it off manually from the same upstream job it loads without failure. Anyone find a workaround to this?