Is your feature request related to a problem? Please describe.
Given we have a user defined in Jenkins
System / JFrog Plugin Configuration / JFrog Platform details / Credentials
user: org-entw-user
Passwd: xxx
so every pipeline is bound to one user only
we work with projects and each project in artifactory has a project-user
i need a way to configure jf command inside the pileline
Describe the solution you'd like to see
I my jenkinsfile i want to configure the jf instance to use a different user for publish
-- user=my-project-user
-- password=somePW
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
Given we have a user defined in Jenkins
System / JFrog Plugin Configuration / JFrog Platform details / Credentials
user: org-entw-user
Passwd: xxx
so every pipeline is bound to one user only
we work with projects and each project in artifactory has a project-user
i need a way to configure jf command inside the pileline
Describe the solution you'd like to see
I my jenkinsfile i want to configure the jf instance to use a different user for publish
-- user=my-project-user
-- password=somePW
Describe alternatives you've considered
No response
Additional context
No response