You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible that the plugin didn't even download those "excludes" list from github (thus, instead of downloading whole repo from github, it downloaded other files except "excludes"). would that speed up the whole process or not?
I ask that because we might have some lot files under "excludes" and maybe skipping them from downloading github repo could speed-up development (though I had doubt that in such case, instead of downloading repo .zip, the individual download might take longer?? please mention your thoughts).
The text was updated successfully, but these errors were encountered:
ttodua
changed the title
download specific files
skip excludes from downloading from github
Oct 22, 2023
There is "excludes" field (https://www.jenkins.io/doc/pipeline/steps/publish-over-ssh/#sshpublisher-send-build-artifacts-over-ssh) in
Jenkinfile
- https://pastebin.com/TsFZzKjM so, does this plugin download whole repo from github and then filters out the files according to "excludes" from sending to ssh?Is it possible that the plugin didn't even download those "excludes" list from github (thus, instead of downloading whole repo from github, it downloaded other files except "excludes"). would that speed up the whole process or not?
I ask that because we might have some lot files under "excludes" and maybe skipping them from downloading github repo could speed-up development (though I had doubt that in such case, instead of downloading repo .zip, the individual download might take longer?? please mention your thoughts).
The text was updated successfully, but these errors were encountered: