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
Post a Comment