diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-10-16 12:22:26 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-10-16 12:27:33 -0700 |
commit | b9876d17624e306206eb28bc5b6b28e2830636d2 (patch) | |
tree | b17f98ccb5fc3a5484cf38169b997ef467c90db7 /jjb/global-jjb | |
parent | 959dcf5944c1710294f87742844cfe85a90f6a87 (diff) |
Prepare for global-jjb v0.25.0
In preparation for global-jjb v.0.25.0 we need to move
jjb/global-jjb submodule to global-jjb to prevent JJB from
parsing tool YAMLs and translating them into Jenkins jobs.
Change-Id: I945d34ca71bb0d5281185600d5e5728a47575ed0
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/global-jjb')
m--------- | jjb/global-jjb | 0 | ||||
l--------- | jjb/global-jjb/jenkins-admin | 1 | ||||
l--------- | jjb/global-jjb/jenkins-init-scripts | 1 | ||||
l--------- | jjb/global-jjb/jjb | 1 | ||||
l--------- | jjb/global-jjb/shell | 1 |
5 files changed, 4 insertions, 0 deletions
diff --git a/jjb/global-jjb b/jjb/global-jjb deleted file mode 160000 -Subproject 75cd5909da184179c77a55d1909f7159d9eea34 diff --git a/jjb/global-jjb/jenkins-admin b/jjb/global-jjb/jenkins-admin new file mode 120000 index 000000000..8e7fe05cc --- /dev/null +++ b/jjb/global-jjb/jenkins-admin @@ -0,0 +1 @@ +../../global-jjb/jenkins-admin
\ No newline at end of file diff --git a/jjb/global-jjb/jenkins-init-scripts b/jjb/global-jjb/jenkins-init-scripts new file mode 120000 index 000000000..c7c6a9553 --- /dev/null +++ b/jjb/global-jjb/jenkins-init-scripts @@ -0,0 +1 @@ +../../global-jjb/jenkins-init-scripts
\ No newline at end of file diff --git a/jjb/global-jjb/jjb b/jjb/global-jjb/jjb new file mode 120000 index 000000000..23c884f04 --- /dev/null +++ b/jjb/global-jjb/jjb @@ -0,0 +1 @@ +../../global-jjb/jjb
\ No newline at end of file diff --git a/jjb/global-jjb/shell b/jjb/global-jjb/shell new file mode 120000 index 000000000..d37c43f86 --- /dev/null +++ b/jjb/global-jjb/shell @@ -0,0 +1 @@ +../../global-jjb/shell
\ No newline at end of file |