You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi I have enabled Lfs in pipeline configuration.yml file and I started to build but when I want to upload artifact it just skips and stops uploading of artifact
Hi @vikas raavi,
Git LFS only has an impact on whether Pipelines should clone the files from LFS storage on initial clone. This is separate to the size of the artifacts that are passed around between the steps of your pipelines.
Unfortunately, at this point we don't support larger limits for artifacts. Feel free to raise a feature request here: https://bitbucket.org/site/master/issues/new
Alternatively, you could look into making your artifact smaller, or split it across multiple artifacts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If my build step produces 2 files, each 600mb, is it possible to configure the pipeline to "split it across multiple artifacts"?
Or do I need to re-engineer my build into 2 steps that create 1 file per step?
I'd really appreciate some example yml if it's possible.
Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.