You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2018/10/28 02:54:05 UTC

[mesos] branch master updated: Fixed a typo in Docker centos Jenkinsfile.

This is an automated email from the ASF dual-hosted git repository.

jieyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ef77b7  Fixed a typo in Docker centos Jenkinsfile.
1ef77b7 is described below

commit 1ef77b767a0fed8a7d63c524167bd23311ef2601
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Sat Oct 27 19:53:53 2018 -0700

    Fixed a typo in Docker centos Jenkinsfile.
---
 support/jenkins/Jenkinsfile-docker-centos | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/jenkins/Jenkinsfile-docker-centos b/support/jenkins/Jenkinsfile-docker-centos
index 762462f..99575c9 100644
--- a/support/jenkins/Jenkinsfile-docker-centos
+++ b/support/jenkins/Jenkinsfile-docker-centos
@@ -9,7 +9,7 @@ node(env.NODE_LABELS) {
 
   withCredentials([[
     $class: 'UsernamePasswordMultiBinding',
-    credentialsId: 'mesos-docker-bot'
+    credentialsId: 'mesos-docker-bot',
     usernameVariable: 'USERNAME',
     passwordVariable: 'PASSWORD']]) {
     sh("support/jenkins/docker-centos.sh")