Katalon -> Jenkins -> TFS Service Webhook

We are exploring our options in terms of automating CUIT.
I very much like the idea of using Katalon, as it is simple to use ad doesnt require a fulltime employee to maintain. Unfortunately there is no direct integration for TFS. Therefore my idea is to use a TFS Webhook to trigger a Jenkins Item that in turn triggers a Katalon test script. This should be possible.

However - i’ve run into a problem - how do i install Katalon on a Bash only Ubuntu server ? I cant seem to find a katalon package.

I’ll update this thread with my findings for others to use.

Alan Mark Kristensen said:

However - i’ve run into a problem - how do i install Katalon on a Bash only Ubuntu server ? I cant seem to find a katalon package.

Just download the archive for Linux and extract it.

Or use the Docker image

I would, if there was a download link. It doesnt seem available anywhere unless i use the gui to log on to the website and download it, which i cannot do from a bash. The normal link http://download.katalon.com/4.8.0/Katalon_Studio_Linux_64-4.8.tar.gz is no longer working.

something is wrong with your link. the latest version is 5.8.0, not 4.8.0

however, you can just download it from web and send the tar with scp

1 Like