1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-26 06:23:37 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Sho Haraki
bc550cb33c Add Server's User to the maven task
This PR is to add `servers` tag for the private repository server.
It is assumed to be used with `MAVEN_MIRROR_URL`, for example, when using a cached library on a private network.
2020-09-18 11:26:24 +01:00
vinamra28
42ed094171 Improve maven task in case of multi-module maven projects
This PR is to improve the existing maven tasks and support context directory switch in case of multi-module maven projects. Also the settings.xml was being `cat` so removed that also. This is being added as version 0.2 in maven task

Signed-off-by: vinamra28 <vinjain@redhat.com>
2020-08-28 14:22:11 +01:00
Divyansh42
ec7c4f3836 Parameterize maven task image
Added param for the image in maven task

Signed-off-by: Divyansh42 <diagrawa@redhat.com>
2020-07-27 09:18:01 +01:00
Chmouel Boudjnah
bddd282012 Centralize all the git-clone apply task to a common function
Centralize all the the git-clone apply commands we had around the
pre-apply-task-hook to a central common function.

This will make easier to have the same git-clone task version used everywhere.

Add some documentation about the helper functions along the way.

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
2020-07-24 15:00:01 +01:00
Piyush Garg
479c6d967b Update e2e scipts according to new structure
This will update the e2e scripts to run tests according to
new catalog structure after reorg

Fix #420
2020-07-16 18:35:59 +01:00
pratap0007
e4215edef2 Modifies maven task according to the new reorg proposal
Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - modified description to add a summary

This patch also moves the maven files to the task directory

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-10 22:06:57 +01:00