Where Does Jenkins Store Archived Artifacts?

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ค. 2024
  • Need help with your Jenkins questions?
    Visit community.jenkins.io/c/using-...
    Timecodes ⏱:
    00:00 Introduction
    00:08 Overview
    00:39 Starting point
    00:56 Review Jenkinsfile
    01:35 Create and run job
    03:16 Look in JENKINS_HOME directory for artifact location for build 1
    04:08 What is the right thing to do?
    05:16 Install the Artifact Manager on S3 plugin
    06:12 Review Artifact Manager on S3 documentation
    08:07 Configure Artifact Manager on S3 plugin
    14:11 Run the job again
    15:18 Look in JENKINS_HOME directory for artifact location for build 2
    15:56 Should you really use archiveArtifacts?
    #jenkinstutorial
    Information referenced in this video:
    Gist
    gist.github.com/darinpope/443...
    Jenkins LTS 2.303.1
    www.jenkins.io/changelog-stab...
    CloudBees on Twitter:
    / cloudbees
    Darin on Twitter:
    / darinpope
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 7

  • @ctndev
    @ctndev ปีที่แล้ว +1

    Great videos so far, every devops engineer should watch you. Gratz.

  • @gouravpattnaik7593
    @gouravpattnaik7593 2 ปีที่แล้ว +3

    The statement to keep in mind "Do not not turn your Jenkins into a binary repository". Operationally it can become a nightmare for managing infrastructure space. Nice video Darin!

  • @Equilibrier
    @Equilibrier 2 ปีที่แล้ว +1

    Great videos, clean and simple. You are a pro !

  • @EngineeringVignettes
    @EngineeringVignettes 2 ปีที่แล้ว

    It's nice to know Jenkins can do artifact-ing in a pinch, but yes it should not be used seriously for that purpose. Very nice intro to setting up S3 as an artifact repository. What about the 2 options though for deleting s3 artifacts and stashes (@9:38)? Are they difficult to configure?
    cheers,

  • @florentlaot1698
    @florentlaot1698 ปีที่แล้ว

    Hi, thanks for that video!
    How could I compare the latest artifact (build#2 in that case) with the previous successful build (build #1 here) ?
    The aim would be to automatically create a new artifact file that shows the differences between both hello.txt , if any.

  • @rogeriopcalixto
    @rogeriopcalixto 11 หลายเดือนก่อน

    Hi. Excelent vídeo.
    Is it possible to archive artifacts directly in root s3 folder´s ?
    Example: my-bucket/hello.txt
    Thank´s