From e8678e34e5a8b57509b6e11c26895b80891fe2e7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 15 Jun 2018 15:40:33 -0400 Subject: [PATCH] Update JJB to 2.0.10 This pulls in upstream fix for the robot view column in our view templates so that we can see robot results in project views again. See: https://review.openstack.org/574780 Change-Id: I6d97101377357393ca254808f8e3996c5a0e8e50 Signed-off-by: Thanh Ha --- jjb/releng-jobs.yaml | 2 +- jjb/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 22a099506..d195b8a16 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -29,7 +29,7 @@ build-node: centos7-builder-2c-2g archive-artifacts: '**/*.log' build-timeout: 30 - jjb-version: 2.0.9 + jjb-version: 2.0.10 jenkins-urls: > https://jenkins.opendaylight.org/releng https://jenkins.opendaylight.org/sandbox diff --git a/jjb/requirements.txt b/jjb/requirements.txt index 1a18ce3f1..e70d924a5 100644 --- a/jjb/requirements.txt +++ b/jjb/requirements.txt @@ -1 +1 @@ -jenkins-job-builder==2.0.9 +jenkins-job-builder==2.0.10 -- 2.36.6