
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
11-07-2017 04:15 PM - edited 09-24-2018 05:22 AM
Fixed some bugs and added the option to import content from a previous commit.
Find attached the Integration Custom Tasks from the following Video:
Enjoy!

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Does it work on UCSD 5.5, as I get an error when running the flow...
Task: gitPush (custom_gitPush) failed with error - java.lang.RuntimeException: java.io.IOException: Cannot run program 'git': error=2, No such file or directory, selectedContext=<None>

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I would suspect since UCSD 6.5 has new libries for GIT it is using those and hence they don’t exist in 5.5.
The posting unfortunately does have our standard header where there would be an indication on which version of UCSD this was written for.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi,
You need to install the git client, if there is internet connection you can use yum.
Best regards,
Alex.
Enviado desde mi smartphone Samsung Galaxy.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi Alex - so do you mean that you need to install the git client on the UCSD appliance (Primary node)?

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Scripts to Integrate UCSD Provisioning workflows:
Follow the link below for the custom Git integration.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
The GIT client needs to be installed on the UCSD appliance. Just connect with an ssh session to the appliance, and execute "sudo yum install git"
import the scripts, configure the git repository, and you're set to go.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
To confirm, is it true that no local git installation is necessary for UCSD 6.5?

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
On the UCSD appliance – no nothing should be done there. There is an example on the community site that does something local, but I think the BU does not like it.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I am getting an error with the new version...
When using version 3, it seems to work OK again...
Jun 19, 2018 07:37:13 UTC Cloning repository on temporary folder
Jun 19, 2018 07:37:16 UTC STDIN
Jun 19, 2018 07:37:16 UTC Initialized empty Git repository in /tmp/ucsd/git/.git/
Jun 19, 2018 07:37:18 UTC error: The requested URL returned error: 401 Unauthorized while accessing http://tfs.local.dns:8080/tfs/UCSD/_git/UCS-Director/info/refs
Jun 19, 2018 07:37:18 UTC
Jun 19, 2018 07:37:18 UTC fatal: HTTP request failed
Jun 19, 2018 07:37:18 UTC Scirpt exited normally
Jun 19, 2018 07:37:18 UTC Task: gitPush (custom_gitPush) failed with error - Error cloning the GIT Repo...., selectedContext=<None>
Jun 19, 2018 07:37:18 UTC Task #2 (gitPush (custom_gitPush)) failed after 60 seconds
Jun 19, 2018 07:37:18 UTC Input/Output values for Task #2 (gitPush (custom_gitPush)):

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Auth method was changed to allow either the username or the email, drop me an email and I can check what is going on.