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
Is your feature request related to a problem? Please describe.
jcli job edit is non functional for multibranch pipeline. This is because the job is sourced from a Jenkinsfile in SCM. Describe the solution you'd like
jcli job edit can provide an option to edit and run the job using the replay api for jobs that are sources from Jenkinsfile in SCM.
The text was updated successfully, but these errors were encountered:
jcli job edit does edit the multibranch pipeline by changing Pipeline Definition in the configuration for the branch from "Pipeline from multbrach configuration" to "Pipeline script". This is great. One thing I observed though is edit and build option fails with 400 error. I will create a different bug for that. Will close this. jcli job edit -b "mutibranch-job branch" -f mypipeline.groovy fails with 400 error. This might be because the job expects parameters. edit and build doesn't ask for parameters.
although jcli edit multibranch pipeline provides an option to run any pipeline script, it does not have ability to edit currently pipeline script sourced from Jenkinsfile in SCM. Keeping this open.
Is your feature request related to a problem? Please describe.
jcli job edit is non functional for multibranch pipeline. This is because the job is sourced from a Jenkinsfile in SCM.
Describe the solution you'd like
jcli job edit can provide an option to edit and run the job using the replay api for jobs that are sources from Jenkinsfile in SCM.
The text was updated successfully, but these errors were encountered: