[JIRA] (JENKINS-60243) Blue Ocean Input Step Json Error

27 views
Skip to first unread message

gngrugur@gmail.com (JIRA)

unread,
Nov 21, 2019, 8:41:03 AM11/21/19
to jenkinsc...@googlegroups.com
Ugur G created an issue
 
Jenkins / Bug JENKINS-60243
Blue Ocean Input Step Json Error
Issue Type: Bug Bug
Assignee: Unassigned
Attachments: issue.jpg
Components: blueocean-plugin
Created: 2019-11-21 13:40
Environment: Jenkins 2.190.3
Blue Ocean 1.21.0
Priority: Minor Minor
Reporter: Ugur G

Hello

Today I've upgraded my blue ocean to 1.21.0 and I've started seeing json parse error on the input stage for a moment when I click to 'Proceed' then it dissapers and works well. Also classic ui works well too.

 

Here is the sample code and error screenshot.

Is there anyone facing with same issue.

 

pipeline {
    agent none    
    
    options {
        timestamps()
        skipDefaultCheckout()
    }
    stages {
    
        stage ("Promotion") {
            steps {
                timeout(time: 1, unit: 'HOURS') {
                    input 'Deploy to Production?'
                }   
                milestone(ordinal: 1, label: "PROD_DEPLOYMENT_START_MILESTONE")
            }
        }
        
        stage ("Deployment") {
            
            agent any 
            
            steps {
                echo 'Deploy to prod'
            }
        }
    }
}

 

 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

gngrugur@gmail.com (JIRA)

unread,
Nov 21, 2019, 8:54:02 AM11/21/19
to jenkinsc...@googlegroups.com
Ugur G started work on Bug JENKINS-60243
 
Change By: Ugur G
Status: Open In Progress

gngrugur@gmail.com (JIRA)

unread,
Nov 21, 2019, 8:55:03 AM11/21/19
to jenkinsc...@googlegroups.com
Ugur G updated an issue
Change By: Ugur G
Priority: Minor Major

pritish.tiwariaec11@gmail.com (JIRA)

unread,
Dec 19, 2019, 7:05:03 AM12/19/19
to jenkinsc...@googlegroups.com
Pritish Tiwari commented on Bug JENKINS-60243
 
Re: Blue Ocean Input Step Json Error

Hello,

I am seeing the same issue with my BlueOcean plugin in Jenkins. It does not seem to have any adverse impact on Job though.

christian.ciach@gmail.com (JIRA)

unread,
Apr 7, 2020, 9:06:02 AM4/7/20
to jenkinsc...@googlegroups.com

This is probably a duplicate of https://issues.jenkins-ci.org/browse/JENKINS-41662

This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo

christian.ciach@gmail.com (JIRA)

unread,
Apr 7, 2020, 9:06:02 AM4/7/20
to jenkinsc...@googlegroups.com
Christian Ciach edited a comment on Bug JENKINS-60243
Reply all
Reply to author
Forward
0 new messages