Question

Connection to bitbucket

  • 10 September 2018
  • 1 reply
  • 10 views

Badge +10
  • Contributor
  • 28 replies

Hi,

In my work, I've stored a lot of workspaces on bitbucket. Now I want to create workspaces in such a way that it first downloads the latest version from bitbucket (put file locally) and from there on, processes the workspace and file.

I've already tried the httpcaller to get the .fmw file, but it seems that either I don't give correct parameters or it's not possible to do so.

Next thing I've tried is a feature reader (format fmw) with the url, but I don't have a clue to get the correct .fmw locally. I've tried with a filecopy to move the location of the file (retrieved from file properties) to new location, but seems like this is also an invalid .fmw.

Anybody else who has some experience with this?


1 reply

Userlevel 4

The easiest is probably to install git, clone the BitBucket repository locally and use the SystemCaller to do a 'git pull' from inside the trigger workspace.

Reply