Hello guys,

I'll explain first,
I have a project name testProj.
Under workspace I have commons, repository, service, resource, web.
The files I need to deploys are resource.jar and web.jar but both resource 
and web also depends on the commons, repository and service.

Source Code Management:
using Git and the repository URL is ssh://
git****linode.com:2122/home/git/testProj/ 
<http://g...@linode.com:2122/home/git/testProj/>
Branch Specifier: */master

Build trigger
Poll SCM H/1 * * * * (to run every minute)

build
Invoke Gradle
  Gradle Version: Gradle
  Tasks: build -x test
  Build File: build.gradle

This is the problem I encounter:
They told me when jenkins detect changes in web or resource, the jenkins 
should automatically build and deploy either resource.jar or web.jar to the 
server and run..

What I did, but wrong:
1. using SSH2 Easy Plugin to send both file but they said is wrong, because 
it's related to tester and they will be interrupted, it's supposedly only 
the changes will be send.
2. I tried create 2 different project for resource and web, but when 
jenkins detect a file changes in commons, repository and service it will 
automatically build both project.

What should I do? is there a plugin that can help me?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3cb6670f-edc2-4fd0-b884-f744f20881a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to