[snowpatch] [PATCH] examples: fix authentication details in example config

Andrew Donnellan andrew.donnellan at au1.ibm.com
Tue Nov 22 12:54:19 AEDT 2016


Those Jenkins username and token details need to be quoted...

While we're here, add a newline at the end of the file since that annoys my
editor otherwise.

Reported-by: Russell Currey <ruscur at russell.cc>
Fixes: 31ec3a041c9d ("jenkins: support token authentication")
Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
---
 examples/openpower.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/openpower.toml b/examples/openpower.toml
index 8446865..5c0ba40 100644
--- a/examples/openpower.toml
+++ b/examples/openpower.toml
@@ -24,8 +24,8 @@ polling_interval = 10 # polling interval in minutes
 [jenkins]
 url = "https://jenkins.ozlabs.ibm.com"
 port = 443
-username = patchwork
-token = 33333333333333333333333333333333
+username = "patchwork"
+token = "33333333333333333333333333333333"
 
 [projects]
 
@@ -58,4 +58,4 @@ token = 33333333333333333333333333333333
         remote = "GIT_REPO_TO_USE"
         branch = "GIT_REF_TO_BUILD"
         USER_EMAIL = "username"
-        DEFCONFIG_TO_USE = "ppc64le_defconfig"
\ No newline at end of file
+        DEFCONFIG_TO_USE = "ppc64le_defconfig"
-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan at au1.ibm.com  IBM Australia Limited



More information about the snowpatch mailing list