[JIRA] (JENKINS-58099) Stage View doesn't appears

2 views
Skip to first unread message

riahi.amine92@gmail.com (JIRA)

unread,
Jun 19, 2019, 11:25:02 AM6/19/19
to jenkinsc...@googlegroups.com
ghost ghost created an issue
 
Jenkins / Bug JENKINS-58099
Stage View doesn't appears
Issue Type: Bug Bug
Assignee: Unassigned
Components: status-view-plugin
Created: 2019-06-19 15:24
Environment: linux red7
Labels: jenkins
Priority: Major Major
Reporter: ghost ghost

My problème is, when i launch the build,the block of stage view doesn't appears to show me the state oh every stage, i need to go to the console eveyr time to see the logs ....

i installed the plugin "Pipeline Stage View version 2.11,

And i created a differents stages:

pipeline {   

    agent any                       

    options

{                  ansiColor('xterm')          }

       

     environment

{            PLAY_NAME = 'PLAY'                  PLAY_PATH = "/app/list/ansible/Ansible"       }

       

      stages {    

           stage('preserve build user') {

                  steps {                     

                             wrap([$class: 'BuildUser']) {                     

                                 script {                     

                                    USER_ID = "${BUILD_USER_ID}"                           

                                          }           

                              }             

                          echo "${USER_ID}"           

                           }                        }                       

             stage("kerberos") { 

                       steps {                     

                             sh 'echo ${Kerberos} | /usr/share/centrifydc/kerberos/bin/kinit -C ${USER_ID}'                     

                               sh 'whoami'

 }

}    

}          

post {       

always

{            deleteDir()        }

    }   }

 

 

 

 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)
Reply all
Reply to author
Forward
0 new messages