About 14,700 results
Open links in new tab
  1. What is an artifact (or artefact)? - DevOps Stack Exchange

    The question about "What is an artifact repository?" contains an answer with an interesting explanation about the repository part of it. And from reading the entire answer, I am not sure what exact...

  2. gitlab - How can I download the latest artifact by name, regardless of ...

    Apr 29, 2024 · Download a single artifact file for a specific job of the latest successful pipeline for the given reference name from inside the job’s artifacts archive. The file is extracted from the archive …

  3. Azure Devops pipeline not listing artifact created by it

    Mar 6, 2023 · The artifact is created correctly such that I can use it when running a release pipeline and if I inspect the image locally I can confirm that it has the labels on it created by the Docker task as …

  4. Gitlab : Download artifacts from a job in another child pipeline

    Here's what's going on: 1. In child1.yml, the create-artifact job creates an artifact and sets an expiration time of 1 hour using expire_in. This way, the artifact is available for a short period. 2. In …

  5. How do you preserve conditionally created artifacts (artifacts created ...

    Apr 29, 2024 · The intention here is that a job that produces artifact will never lose that artifact until a more recent job has completed successfully. However, that doesn't seem to happen in practice if …

  6. What is an artifact repository? - DevOps Stack Exchange

    Mar 9, 2017 · What is an artifact repository? If it's just a place to store files, can't I just use a source control system?

  7. How do I access custom artifact properties in Azure Devops pipelines?

    How do I access custom artifact properties in Azure Devops pipelines? Ask Question Asked 2 years, 3 months ago Modified 19 days ago

  8. Single Build with Multiple Artifacts - DevOps Stack Exchange

    Sep 12, 2019 · Here is my YAML for multiple artifacts from a single build. pool: name: Hosted Windows 2019 with VS2019 demands: - msbuild - visualstudio - vstest - npm steps: - task ...

  9. terminology - What is an artifactory? - DevOps Stack Exchange

    There are quite some questions and answers that mention " artifactory ". I wouldn't be surprised if it is somehow related to artifacts. My questions: What is actually an "artifactory" (in the context of …

  10. Azure pipeline is publishing an empty zip file

    The pipeline artifact is fine. When its first created in the build, its also fine. But moving from the build to deploy the zip is 0KB. My yaml file is below. If you look at the 2nd Stage which is "Dev", I'm doing an …