[Asterisk-code-review] CI: Fix placement of job summary statments (asterisk[13])
George Joseph
asteriskteam at digium.com
Thu Jul 26 18:55:13 CDT 2018
George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/9732
Change subject: CI: Fix placement of job summary statments
......................................................................
CI: Fix placement of job summary statments
Change-Id: Iace19e718f4e8fb48eb7dc9f98af53b115cc45f3
---
M tests/CI/gates.jenkinsfile
M tests/CI/periodics-daily.jenkinsfile
M tests/CI/ref_debug.jenkinsfile
3 files changed, 7 insertions(+), 7 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/32/9732/1
diff --git a/tests/CI/gates.jenkinsfile b/tests/CI/gates.jenkinsfile
index b01362e..78a9d24 100644
--- a/tests/CI/gates.jenkinsfile
+++ b/tests/CI/gates.jenkinsfile
@@ -61,10 +61,10 @@
}
steps {
/* 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 {
+ manager.build.displayName = "${env.GERRIT_CHANGE_NUMBER}"
+ manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
+
stage ("Checkout") {
sh "sudo chown -R jenkins:users ."
env.GERRIT_PROJECT_URL = env.GERRIT_CHANGE_URL.replaceAll(/\/[0-9]+$/, "/${env.GERRIT_PROJECT}")
diff --git a/tests/CI/periodics-daily.jenkinsfile b/tests/CI/periodics-daily.jenkinsfile
index 00804a1..2d72766 100644
--- a/tests/CI/periodics-daily.jenkinsfile
+++ b/tests/CI/periodics-daily.jenkinsfile
@@ -24,9 +24,9 @@
stage ("->") {
steps {
/* Here's where we switch to scripted pipeline */
- manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
-
script {
+ manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
+
stage ("Checkout") {
sh "sudo chown -R jenkins:users ."
sh "printenv | sort"
diff --git a/tests/CI/ref_debug.jenkinsfile b/tests/CI/ref_debug.jenkinsfile
index fbd954e..d046a49 100644
--- a/tests/CI/ref_debug.jenkinsfile
+++ b/tests/CI/ref_debug.jenkinsfile
@@ -24,9 +24,9 @@
stage ("->") {
steps {
/* Here's where we switch to scripted pipeline */
- manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
-
script {
+ manager.createSummary("/plugin/workflow-job/images/48x48/pipelinejob.png").appendText("Docker Host: ${NODE_NAME}", false)
+
stage ("Checkout") {
sh "sudo chown -R jenkins:users ."
sh "printenv | sort"
--
To view, visit https://gerrit.asterisk.org/9732
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iace19e718f4e8fb48eb7dc9f98af53b115cc45f3
Gerrit-Change-Number: 9732
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180726/8cd63017/attachment.html>
More information about the asterisk-code-review
mailing list