Running script as a service

Arpit Doshi May 21, 2014

Hi,

I want to write a script to copy files from perforce server to jira home directory (different server) and then schedule that script to run as a JIRA service in every 30 mins.

Could anyone help me with writing such script (jelly or groovy..don't know) and how I can run that as JIRA service ?

Thanks !!

1 answer

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 21, 2014

I'm not sure I'd bother doing this in Jira. Sounds convoluted and complex with no real benefits.

I'd just stick "p4 sync -c <myclient>" into cron on the Jira machine.

Suggest an answer

Log in or Sign up to answer