From patchwork Tue Nov 22 01:54:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Donnellan X-Patchwork-Id: 697488 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tN7p603PBz9svs for ; Tue, 22 Nov 2016 12:55:10 +1100 (AEDT) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3tN7p561kTzDwCR for ; Tue, 22 Nov 2016 12:55:09 +1100 (AEDT) X-Original-To: snowpatch@lists.ozlabs.org Delivered-To: snowpatch@lists.ozlabs.org Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3tN7p257bbzDwCH for ; Tue, 22 Nov 2016 12:55:06 +1100 (AEDT) Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id uAM1rlVD046775 for ; Mon, 21 Nov 2016 20:55:04 -0500 Received: from e23smtp03.au.ibm.com (e23smtp03.au.ibm.com [202.81.31.145]) by mx0b-001b2d01.pphosted.com with ESMTP id 26uyx4jtds-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 21 Nov 2016 20:55:03 -0500 Received: from localhost by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 22 Nov 2016 11:55:01 +1000 Received: from d23dlp02.au.ibm.com (202.81.31.213) by e23smtp03.au.ibm.com (202.81.31.209) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 22 Nov 2016 11:54:59 +1000 Received: from d23relay08.au.ibm.com (d23relay08.au.ibm.com [9.185.71.33]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id 9D1FC2BB005A for ; Tue, 22 Nov 2016 12:54:58 +1100 (EST) Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay08.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id uAM1sweb54460670 for ; Tue, 22 Nov 2016 12:54:58 +1100 Received: from d23av01.au.ibm.com (localhost [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id uAM1sw6b012610 for ; Tue, 22 Nov 2016 12:54:58 +1100 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.192.253.14]) by d23av01.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id uAM1suqT012560 for ; Tue, 22 Nov 2016 12:54:57 +1100 Received: from ajd.au.ibm.com (unknown [9.192.167.231]) (using TLSv1.2 with cipher AES128-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.au.ibm.com (Postfix) with ESMTPSA id D8F0CA0283 for ; Tue, 22 Nov 2016 12:54:49 +1100 (AEDT) From: Andrew Donnellan To: snowpatch@lists.ozlabs.org Date: Tue, 22 Nov 2016 12:54:19 +1100 X-Mailer: git-send-email 2.10.2 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16112201-0008-0000-0000-000000E615F3 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16112201-0009-0000-0000-0000088C573F Message-Id: <20161122015419.30497-1-andrew.donnellan@au1.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2016-11-21_19:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1611220032 Subject: [snowpatch] [PATCH] examples: fix authentication details in example config X-BeenThere: snowpatch@lists.ozlabs.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Continuous Integration for patch-based workflows List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: snowpatch-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "snowpatch" 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 Fixes: 31ec3a041c9d ("jenkins: support token authentication") Signed-off-by: Andrew Donnellan --- 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"