How to Upload Artifact to Nexus Using Jenkins | Jenkins Nexus Artifact Uploader Example | 13

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • How to Upload Artifact to Nexus Using Jenkins | Jenkins Nexus Artifact Uploader Example | 13
    Hey, folks!
    Welcome to another video in the series "DevOps Real Time Projects" #3. In today's video, we are going to talk about
    1) How to Upload Artifact to Nexus Using Jenkins
    Or
    2) Jenkins Nexus Artifact Uploader Example
    LogicOps Lab - / @logicopslab
    LogicOps Lab - Hindi - / @logicopslabhindi
    GitHub - bit.ly/3lsUjdE
    Twitter - ​ / logicopslab
    Instagram - bit.ly/3tJ9Jyf
    Facebook - bit.ly/3ziMoVq
    Like | Share | Subscribe | Follow
    how to upload artifact to nexus using jenkins,upload artifacts to nexus from jenkins,jenkins nexus integration,jenkins nexus,jenkins nexus pipeline example,jenkins nexus artifact uploader,jenkins nexus artifact uploader example,nexus integration with jenkins,how to integrate jenkins with nexus,how to integrate nexus with jenkins pipeline,devops real time projects,devops real time work,real time devops project,how to learn devops for free,devops projects for practice

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

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

    Usefull channel, you will get high number followers but it takes some time

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

      Thanks a lot for the well wishes. 🙏🏻

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

    Stage('UploadIntoNexus')
    {
    steps{
    sh "mvn deploy"
    }
    }
    Can we use like this for java projects for uploading artifact into nexus. If we use maven as a build tool..

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

      No, this is incomplete. You have to add artefactory details.

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

      @@LogicOpsLab okay.. thanks for the reply..

  • @ИванСолодков-ч7р
    @ИванСолодков-ч7р ปีที่แล้ว

    hi! is there any way to get the latest version of the uploaded artifact via rest api or curl?

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

      Hi! I have not tried it yet, but, will make a video if I do the same in the future.