This is an automated email from the ASF dual-hosted git repository. jieyu pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 2d58fd27660975fde543d1426fc09e486ac1c662 Author: Jie Yu <[email protected]> AuthorDate: Sat Oct 27 19:53:53 2018 -0700 Fixed a typo in Docker centos Jenkinsfile. (cherry picked from commit 1ef77b767a0fed8a7d63c524167bd23311ef2601) --- 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")
