[JIRA] (JENKINS-55740) Pipeline not work after update

2 views
Skip to first unread message

arni.12@mail.ru (JIRA)

unread,
Jan 23, 2019, 4:59:13 AM1/23/19
to jenkinsc...@googlegroups.com
Владислав Ненашев created an issue
 
Jenkins / Bug JENKINS-55740
Pipeline not work after update
Issue Type: Bug Bug
Assignee: Daniel Gront
Components: hp-application-automation-tools-plugin
Created: 2019-01-23 09:58
Priority: Blocker Blocker
Reporter: Владислав Ненашев

After updating the plugin Micro Focus Application Automation Tools up to version 5.6.2, we received an error in all the pipelines that completely blocked their work.
After rollback to the old version of the plugin 5.4, the error disappeared.

An example of a simple pipeline for which you received an error:

pipeline {
    agent {
        label 'rhel7'
    }
    
    options {
        timeout(time: 60, unit: 'SECONDS')
        disableConcurrentBuilds()
        buildDiscarder(logRotator(artifactDaysToKeepStr: '7', artifactNumToKeepStr: '10',  daysToKeepStr: '7', numToKeepStr: '50'))
    }
    
    triggers {
      cron 'H/3 * * * *'
    }
    
    stages {
        
        stage('sleep') {
            steps {
                sleep 5
            }
        }
    }
}

 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

arni.12@mail.ru (JIRA)

unread,
Jan 23, 2019, 5:01:01 AM1/23/19
to jenkinsc...@googlegroups.com

arni.12@mail.ru (JIRA)

unread,
Jan 23, 2019, 5:01:02 AM1/23/19
to jenkinsc...@googlegroups.com

daniel.gront@microfocus.com (JIRA)

unread,
Jan 23, 2019, 5:06:02 AM1/23/19
to jenkinsc...@googlegroups.com
Daniel Gront updated an issue
Change By: Daniel Gront
After updating the plugin [Micro Focus Application Automation Tools|https://plugins.jenkins.io/hp-application-automation-tools-plugin] up to version 5.6.2, we received an error in all the pipelines that completely blocked their work.
After rollback to the old version of the plugin 5.4, the error disappeared.

An example of a simple pipeline for which you received an error:
{code:java}

pipeline {
    agent {
        label 'rhel7'
    }
    
    options {
        timeout(time: 60, unit: 'SECONDS')
        disableConcurrentBuilds()
        buildDiscarder(logRotator(artifactDaysToKeepStr: '7', artifactNumToKeepStr: '10',  daysToKeepStr: '7', numToKeepStr: '50'))
    }
    
    triggers {
      cron 'H/3 * * * *'
    }
    
    stages {
        
        stage('sleep') {
            steps {
                sleep 5
            }
        }
    }
}
{code}
 

daniel.gront@microfocus.com (JIRA)

unread,
Jan 24, 2019, 12:33:02 AM1/24/19
to jenkinsc...@googlegroups.com
Daniel Gront commented on Bug JENKINS-55740
 
Re: Pipeline not work after update

Currently tested it on a development version of 5.6.2 in it worked, I will continue to investigate and let you know.

daniel.gront@microfocus.com (JIRA)

unread,
Aug 4, 2019, 1:49:02 AM8/4/19
to jenkinsc...@googlegroups.com

daniel.gront@microfocus.com (JIRA)

unread,
Aug 4, 2019, 1:50:02 AM8/4/19
to jenkinsc...@googlegroups.com

Radi Berkovich, I see exception in Octane in the log, is it something that fixed in v5.8.3?

Reply all
Reply to author
Forward
0 new messages