Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding jenkins #5

Open
Prajot1990 opened this issue Mar 22, 2017 · 1 comment
Open

Regarding jenkins #5

Prajot1990 opened this issue Mar 22, 2017 · 1 comment

Comments

@Prajot1990
Copy link

Hi,

In a git repo if a file is committed, then trigger a build only for that file instead of building everything from the repo
For instance, if a repo has Java code and generates a bunch of jar files as the output after the build, instead of building all the jar files every time something is checked in, build only for the file / folder content which has been updated recently.
without using Jenkins fs trigger plugin ,as it,s client requirement.

@qrtt1
Copy link

qrtt1 commented Mar 22, 2017

The situation depends on your build tool. For example, Gradle supports the incremental building feature which watches input sets and build artifacts as needed.

However, there are some side effects if some derived files should be removed before building. It might cause the output going wrong. It is supposed to clean up any build artifacts at the first step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants