Problem: Each job could have different credentials that they use to post things to jenkins. When configured at the system level, you don't get flexibility to change which user.
We are already using credentials to pull down code and run/test it in jenkins by setting this setting:

It would be great if we have the option on the job level to use those credentials
If thats not possible, another option may be to use the binding of secret text/file here:

And override any system-level configuration
Problem: Each job could have different credentials that they use to post things to jenkins. When configured at the system level, you don't get flexibility to change which user.
We are already using credentials to pull down code and run/test it in jenkins by setting this setting:
It would be great if we have the option on the job level to use those credentials
If thats not possible, another option may be to use the binding of secret text/file here:

And override any system-level configuration