How to pass Jenkins build parameter as arguments to dockerfile in declarative pipeline – CentOS
I have a declarative Jenkins pipeline. I am trying to pass Jenkins build parameters like jira_id and repository name along with credentials to the dockerfile as arguments. However, on execution, the dockerfile is not able to receive any arguments as…