[JIRA] (JENKINS-58747) Parameters: This property type is not supported - Ocean blue

15 views
Skip to first unread message

ashish.mishra41191@gmail.com (JIRA)

unread,
Aug 1, 2019, 2:34:03 AM8/1/19
to jenkinsc...@googlegroups.com
ashish mishra created an issue
 
Jenkins / Bug JENKINS-58747
Parameters: This property type is not supported - Ocean blue
Issue Type: Bug Bug
Assignee: Ivan Sugonyak
Attachments: Annotation 2019-08-01 132736.jpg
Components: build-with-parameters-plugin, pipeline
Created: 2019-08-01 06:33
Environment: Jenkins: 2.187
Blue Ocean: 1.18
Blue Ocean Pipeline Editor: 1.18
Build With Parameters: 1.4
Priority: Minor Minor
Reporter: ashish mishra

Ocean blue: While adding downstream build job using my multibranch pipeline, there is option for parameters but it says This property type is not supported.
I think its better to add some kind of link that says why its not supported. I tried adding parameter in script but that didn't work either.
My downstream job is using BuildWithParameter plugin where i already set it up my variable unable to receive it from upstream.

Script : 

stage('isHotfix') {
 steps {
 build(job: 'some-freestyle-downstream-job', parameters: [string(name: 'PARAM_BRANCH_NAME', value: "my_string")], wait: true)
 }
 }
Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

ashish.mishra41191@gmail.com (JIRA)

unread,
Aug 1, 2019, 2:36:02 AM8/1/19
to jenkinsc...@googlegroups.com
ashish mishra updated an issue
Change By: ashish mishra
*Ocean blue*: While adding downstream build job using my multibranch pipeline, there is option for parameters but it says *This property type is not supported.*

I think its better to add some kind of link that says why its not supported. I tried adding parameter in script but that didn't work either.
My downstream job is using BuildWithParameter plugin where i already set it up my variable unable to receive it from upstream.

Script upstream multi-branch pipeline script
{code:java}

stage('isHotfix') {
steps {
build(job: 'some-freestyle-downstream-job', parameters: [string(name: 'PARAM_BRANCH_NAME', value: "my_string")], wait: true)
}
}{code}

ashish.mishra41191@gmail.com (JIRA)

unread,
Aug 1, 2019, 2:36:02 AM8/1/19
to jenkinsc...@googlegroups.com
ashish mishra updated an issue
Change By: ashish mishra
Attachment: Annotation 2019-08-01 133452.jpg

ashish.mishra41191@gmail.com (JIRA)

unread,
Aug 1, 2019, 2:48:02 AM8/1/19
to jenkinsc...@googlegroups.com
ashish mishra updated an issue
Change By: ashish mishra
Attachment: Annotation 2019-08-01 134712.jpg

ashish.mishra41191@gmail.com (JIRA)

unread,
Aug 1, 2019, 11:42:02 PM8/1/19
to jenkinsc...@googlegroups.com

sugonyak.ivan@gmail.com (JIRA)

unread,
Aug 4, 2019, 6:25:01 AM8/4/19
to jenkinsc...@googlegroups.com
Ivan Sugonyak commented on Bug JENKINS-58747
 
Re: Parameters: This property type is not supported - Ocean blue

It looks like you have problems with core Parametrized Build functionality and it's Blue Ocean implemenation, not with Build with Parameters plugin. This plugin only allows to open "Trigger build" page by URL with some predefined parameters.

sugonyak.ivan@gmail.com (JIRA)

unread,
Aug 4, 2019, 6:25:02 AM8/4/19
to jenkinsc...@googlegroups.com
Ivan Sugonyak updated an issue
 
Change By: Ivan Sugonyak
Component/s: build-with-parameters-plugin

sugonyak.ivan@gmail.com (JIRA)

unread,
Aug 4, 2019, 6:29:03 AM8/4/19
to jenkinsc...@googlegroups.com
Ivan Sugonyak assigned an issue to Unassigned
Change By: Ivan Sugonyak
Assignee: Ivan Sugonyak
Reply all
Reply to author
Forward
0 new messages