user2424726
user2424726

Reputation: 71

Trigger Jenkins job on change of directory content

Below is the problem,

There is a directory,Lets called is user/mydir
Is it possible to trigger a jenkins job on any change to this direcory (eg:copy a file , delete a file ,create a file in the directory).

Any feedback will be really helpful.

Upvotes: 0

Views: 4570

Answers (1)

daspilker
daspilker

Reputation: 8194

You can use the FSTrigger Plugin to do that.

Upvotes: 1

Related Questions