Skip to content
This repository was archived by the owner on Jul 17, 2018. It is now read-only.

Commit 5f4ef76

Browse files
author
Darren Jones
authored
Merge pull request #209 from dazjones/cf-cli
Added cf-cli package to jenkins-slave
2 parents 00eb764 + d601486 commit 5f4ef76

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

config/blobs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
cf-cli/cf-6.46.1.tgz:
2+
size: 5910456
3+
object_id: 4e1d0b05-5da2-41fd-4df8-f3c059c98240
4+
sha: faade069c0e7a76cb3bb1c9dfd69da2d340155c9
15
git/git-2.14.1.tar.gz:
26
size: 6987933
37
object_id: 4c11f3bb-d077-4a0d-6a81-2cb433fb2964

jobs/jenkins-slave/spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ packages:
66
- swarm-client
77
- apache-maven
88
- git-client
9+
- cf-cli
910

1011
consumes:
1112
- name: jenkins_master
@@ -37,4 +38,4 @@ properties:
3738
jenkins.slave.master_password:
3839
description: "Password of the user to connect to the master server"
3940
jenkins.slave.mode:
40-
description: "The mode to run the slave"
41+
description: "The mode to run the slave"

packages/cf-cli/packaging

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
set -e
2+
set -i
3+
cd cf-cli
4+
tar -xzvf cf-*.tgz
5+
chmod +x cf
6+
cp cf -v ${BOSH_INSTALL_TARGET}

packages/cf-cli/spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: cf-cli
3+
files:
4+
- cf-cli/cf-6.46.1.tgz

0 commit comments

Comments
 (0)