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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Hi,
Good day!
I've been using this plugin and exploring options around it. I came across a situation to pass parameters to the build job and realized that I can achieve this just by sending parameter to command!jenkins build jobname PARAMETER=VALUE. I followed the same syntax provided in the documentation in order to meet my requirement. I was wondering what problem would have been encountered while passing the choice parameter. The issue is that the parameter which I passed was not getting resolved properly. Sample input is !jenkins build job_name jar_version=1.8.5-SNAPSHOT , where as the value am seeing in the job console output is jar_version=1. That means jar_version got truncated when the time of build.
I am keen to understand how to solve this problem.Please come up with your thoughts and input. Hope you will be able to resolve the issue ASAP.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Good day!
I've been using this plugin and exploring options around it. I came across a situation to pass parameters to the build job and realized that I can achieve this just by sending parameter to command
!jenkins build jobname PARAMETER=VALUE
. I followed the same syntax provided in the documentation in order to meet my requirement. I was wondering what problem would have been encountered while passing the choice parameter. The issue is that the parameter which I passed was not getting resolved properly. Sample input is!jenkins build job_name jar_version=1.8.5-SNAPSHOT
, where as the value am seeing in the job console output isjar_version=1
. That means jar_version got truncated when the time of build.I am keen to understand how to solve this problem.Please come up with your thoughts and input. Hope you will be able to resolve the issue ASAP.
Thanks in advance
The text was updated successfully, but these errors were encountered: