git - Prevent Jenkins to rebuild the entire project everytime -


sometimes have start jenkins manually (when add new plugins example) make sure works properly. normally, build setup run @ midnight.

in order work faster, know, if start build jenkins, without having go through whole process : pull git, clear database, composer update etc...

because adding features jenkins, , not source code itself.

i use ant build project.

depending on job type build, should able specify directory in file system workspace location. can rebuild of program. depending on make tool should rebuild files changed last build, e.g. git pull.

see e.g. https://ingorichter.blogspot.de/2012/02/jenkins-change-workspaces-and-build.html , custom workspace in jenkins


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -