mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
CI: Fix placement of job summary statments
Change-Id: Iace19e718f4e8fb48eb7dc9f98af53b115cc45f3
This commit is contained in:
@@ -61,10 +61,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
/* Here's where we switch to scripted pipeline */
|
/* Here's where we switch to scripted pipeline */
|
||||||
manager.build.displayName = "${env.GERRIT_CHANGE_NUMBER}"
|
|
||||||
manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
|
|
||||||
|
|
||||||
script {
|
script {
|
||||||
|
manager.build.displayName = "${env.GERRIT_CHANGE_NUMBER}"
|
||||||
|
manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
|
||||||
|
|
||||||
stage ("Checkout") {
|
stage ("Checkout") {
|
||||||
sh "sudo chown -R jenkins:users ."
|
sh "sudo chown -R jenkins:users ."
|
||||||
env.GERRIT_PROJECT_URL = env.GERRIT_CHANGE_URL.replaceAll(/\/[0-9]+$/, "/${env.GERRIT_PROJECT}")
|
env.GERRIT_PROJECT_URL = env.GERRIT_CHANGE_URL.replaceAll(/\/[0-9]+$/, "/${env.GERRIT_PROJECT}")
|
||||||
|
@@ -24,9 +24,9 @@ pipeline {
|
|||||||
stage ("->") {
|
stage ("->") {
|
||||||
steps {
|
steps {
|
||||||
/* Here's where we switch to scripted pipeline */
|
/* Here's where we switch to scripted pipeline */
|
||||||
manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
|
|
||||||
|
|
||||||
script {
|
script {
|
||||||
|
manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
|
||||||
|
|
||||||
stage ("Checkout") {
|
stage ("Checkout") {
|
||||||
sh "sudo chown -R jenkins:users ."
|
sh "sudo chown -R jenkins:users ."
|
||||||
sh "printenv | sort"
|
sh "printenv | sort"
|
||||||
|
@@ -24,9 +24,9 @@ pipeline {
|
|||||||
stage ("->") {
|
stage ("->") {
|
||||||
steps {
|
steps {
|
||||||
/* Here's where we switch to scripted pipeline */
|
/* Here's where we switch to scripted pipeline */
|
||||||
manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
|
|
||||||
|
|
||||||
script {
|
script {
|
||||||
|
manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
|
||||||
|
|
||||||
stage ("Checkout") {
|
stage ("Checkout") {
|
||||||
sh "sudo chown -R jenkins:users ."
|
sh "sudo chown -R jenkins:users ."
|
||||||
sh "printenv | sort"
|
sh "printenv | sort"
|
||||||
|
Reference in New Issue
Block a user