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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -