diff options
author | 2017-04-17 14:45:04 -0700 | |
---|---|---|
committer | 2017-04-17 14:45:04 -0700 | |
commit | d5d60eb7306537e049bd017bbd3f0503daba501b (patch) | |
tree | d342464b36105221d2dd9a1793b7042cc5abc8d6 /jjb | |
parent | a84fc17443864f4c02bde817e184ab1a7d7e50a2 (diff) |
Have Jenkins provide .packagecloud file for merge jobs
Change-Id: I2eec5bcc3dade18ac9750a4c92dc6098defe2bab
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/vpp.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 22c6196d3..0f72442e8 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -236,6 +236,10 @@ branch: '{branch}' builders: + - config-file-provider: + files: + - file-id: '.packagecloud' + target: '/home/jenkins' - maven-target: maven-version: 'mvn33-new' goals: '--version' |