I've got a monorepo which uses Lerna to publish to NPM. - root - packages/componentB - packages/componentA - packages/all-components I want to avoid building every single ...
Hi, I am running a fastlane build for my iOS application on bamboo. I am trying to save filetype ".xcresult" as a build artifact. This file is present at the provided location but not a...
I looked here - which SEEMS to answer my question. https://confluence.atlassian.com/bamkb/how-to-save-a-build-log-as-an-artifact-892498832.html But I cannot get it to work. Has anyone been ab...
As part of our CI pipeline, we create shared artifacts and in dependent plan, download those artifacts and we see some failures with the download artifacts tasks due to Transient network / packet los...
I'm using Bamboo 8.2. According to specs manual at https://docs.atlassian.com/bamboo-specs-docs/8.2.0/specs.html?yaml#using-a-shared-artifact-in-another-plan I'd be able to build an artifact from P...
Is it possible to configure a pipeline to output artifacts (such as coverage/test reports *.html) that are accessible in the pipeline UI in there original format, rather than compressed tar.gz? I'm ...
Hi, I was wondering if it's possible to pass an artifacts list to download instead of having them all download when I need only one of them. This would speed up my pipeline a lot since I use rather ...
Hello. I use bitbucket-pipelines for android deployment. And I want to send builds artifacts to slack. Is it possible? My pipelines: pipelines: branches: dev: ...
I have a bitbucket CI running on a self hosted Azure windows server. In the first step, the (C++) project shall be built, in the next one the runner shall run the unit tests and finally the integrati...
I've a python script that downloads artifacts from a bamboo job using Bamboo REST API. and then use those artifacts to further generate reports. To download the artifacts, 1. I get latest j...
I need to copy the allure results after test execution to a folder in the main repository so I can use it to publish results. Using this command: cp -r allure-report $BITBUCKET_GIT_HTTP_ORIGIN/public...
I am trying to build and deploy an Angular application to an Azure App Service using a self-hosted runner. Most things are working, but the step to deploy the .zip generated in a previous step is fai...
Recently we've found out that files built by Pipelines as a Artifacts has modified date set to 1970-01-01 02:00, no created date, no accessed date. Created and accessed are changed to current ...
I'm using python wrapper, atlassian-python-api library v3.4.1 to communicate with jira, confluence and bamboo APIs. How can I use the library to get the artifact names and downloading them ? ...
Hello, I need to upload the zipped artifact file from a .NET project build to Veracode, for security vulnerability scanning. To do this I have to define the shared artifact location with a v...
Using 'Artifactory Nuget' build task with Capture Build Info selected it is not setting the properties on the artifacts for build.name and build.info. It's only setting nuget.* properties. ...
How I can use a condition when deal with 'Artifact definitions' I only need to share some artefact from the particular job if that condition is satisfied e.g, when the the branch is master
I'm looking at the standard cloud plan and I'm trying to understand where to put compiled artifacts (jar files). According to the documentation https://support.atlassian.com/bitbucket-cloud/docs/de...
Hello! Is it possible to use a directory with dot in its name, like XXX.YYY, as an artifact in pipeline description? See the next example and let PROJECT_NAME be Test.Folder - step:  ...
Good day Is there any possibility to specify some custom server for artifact storing? That could significantly increase build process. Other nice-to-have option is artifact download specification, ...
I have a pipeline for a Maven project, which contains 2 modules in it. In one of the modules, there is a dependency for a remote project, which can be pulled as a code artifact. The problem is that w...
I'm experiencing multiple graphics issues when mousing over the interface; missing graphics, distorted text, etc. I'm running on Windows 10 Pro, up-to-date on drivers, RTX 2060 is the graphics card ...
Hello, I have been writing my bitbucket-pipelines.yml which includes artifacts in order to pass the generated war file during the building process for the next step(deployment) However, the wa...
I would like to specify the bitbucket build Id that appears when running the pipeline into my bitbucket pipeline file as a tag for the version that will be released from bitbucket. It is very import...
Now I can download as tar.gz, but I want zip archive. How to do it?
Copied to clipboard