3. Jenkins Pipeline - Build a Maven Project Using Declarative Pipeline | Pipeline Script for Maven

Sdílet
Vložit
  • čas přidán 23. 06. 2020
  • DevOps Online Training Registration form: bit.ly/valaxy-form
    For Online training, connect us on WhatsApp at +91-9642858583
    ============ Online Trainings =========
    Online Trainings:
    DevOps Practitioner Training ► bit.ly/ValaxySMD
    DevOps Internship Training ► bit.ly/ValaxyRPT
    Interview Preparation Sessions ► bit.ly/ValaxyDIP
    Azure DevSecOps Training ► bit.ly/ValaxyADP
    CyberSecurity Training ► bit.ly/ValaxyCST
    Mean Stack Web Development ► bit.ly/ValaxyMSWD
    Python Complete Course ► bit.ly/ValaxyPC
    Data Science Training ► bit.ly/ValaxyDSP
    Linux Shell Scripting ► bit.ly/ValaxyLSS
    Real-time DevOps Project ► bit.ly/ValaxyDRP
    Azure Admin Training ► bit.ly/ValaxyAA
    ============ Udemy Courses =========
    AR Shankar Udemy Courses ► bit.ly/udemyshankar
    DevOps Workshop-2 ► bit.ly/udemydevopsws
    DevOps Project-1 ► bit.ly/udemydevops
    Kubernetes microservices ► bit.ly/udemykube
    Linux for DevOps ► bit.ly/udemyvinux
    Git for DevOps ► bit.ly/udemygithub
    Ansible for DevOps Beginners ► bit.ly/udemyansible
    Maven for DevOps ► bit.ly/udemymaven
    ============ Our Other Courses =========
    Packages:
    Valaxy Ultimate Plan ► bit.ly/ValaxyUP
    DevOps AWS and Python ► bit.ly/ValaxyDAP
    DevOps AWS and Shell Scripting ► bit.ly/ValaxyDAS
    AWS Pack ► bit.ly/ValaxyAP
    Other Courses:
    DevOps Course ► bit.ly/ValaxyDCC
    Azure Administration ► bit.ly/ValaxyAAD
    Production Ready Project ► bit.ly/ValaxyPRP
    Kuberentes Project ► bit.ly/ValaxyKP
    AWS (Amazon Web Services) ► bit.ly/ValaxyAWS
    Python Complete Course ► bit.ly/ValaxyPCC
    Shell Scripting ► bit.ly/ValaxySS
    AWS automation with Boto3 ► bit.ly/ValaxyAWSPythonBoto3
    Docker & Kubernetes ► bit.ly/ValaxyDK
    Ansible for the DevOps ► bit.ly/ValaxyAD
    DevOps Diploma Program ► bit.ly/ValaxyDDP
    Valaxy PPTs ► bit.ly/ValaxyPPT
    ============ Free resources =========
    DevOps Resumes ► bit.ly/ValaxyDR
    Azure DevOps Resumes ► bit.ly/ValaxyADPR
    Tools to learn in DevOps ► • Which DevOps tools sho...
    ============ Connect with Us =========
    Facebook ► bit.ly/devopsgang
    Instagram ► bit.ly/valaxyinsta
    LinkedIn ► bit.ly/valaxyln
    Website ► www.valaxy.in/
    ► courses.valaxy.in/
    #Devops #Valaxy #AWS
  • Věda a technologie

Komentáře • 26

  • @sushilkumar-wl8kj
    @sushilkumar-wl8kj Před 2 lety

    Wow . great information

  • @nemakalsudhirchakravarthi4311

    Thankyou sir..

  • @playboy_xx
    @playboy_xx Před 8 měsíci

    tq bro , still work like a charm

  • @amarlukade2225
    @amarlukade2225 Před 3 lety +2

    by installing maven plugin and adding maven details in global tool ? would it not install automatically in agent ??
    please reply ??
    or unix admin job to install maven in all agent configured under jenkins ?

  • @sanjutechy1783
    @sanjutechy1783 Před 4 lety

    Nice video

  • @DevOpsPulse
    @DevOpsPulse Před rokem

    Thank you

  • @ProjectAryawarta
    @ProjectAryawarta Před rokem

    I have a shell script block in free style Jenkins job. I wanted to make it as pipeline. I used Jenkins ConvertToPipeline plugin to convert. In my shell script I am setting a variable at command line level and retrieving it in the next line(first_line~>SOME_VAR=abc,,,second_line~>echo ${SOME_VAR}) but is not working in pipeline. How I can make it run? The main issue is setting command line is not working in pipeline model.

  • @pranav2019
    @pranav2019 Před 3 lety +1

    I failed to mvn clean install,it is throwing error like command not found in linux server

  • @karthikarjun9
    @karthikarjun9 Před 2 lety +1

    In this Declarative pipeline no need for a pom.xml file?

  • @AlyWhits
    @AlyWhits Před 8 měsíci

    How do I setup maven in Jenkins to pull from multiple remote repos?

  • @santoshgangal5398
    @santoshgangal5398 Před 7 měsíci

    I am getting the error
    The goal you specified requires a project to execute but there is no POM in this directory (/var/lib/jenkins/workspace/pipeline_declarative). Please verify you invoked Maven from the correct directory.
    Please help me on this

  • @shankarraj3433
    @shankarraj3433 Před 4 měsíci

    Thanks sir.

  • @PrashanthKumar-wj3qh
    @PrashanthKumar-wj3qh Před 5 měsíci

    have you installed jenkins and maven in same server ?

  • @mahimayerradasari9455

    Hello do u have any maven projects

  • @veereshk7670
    @veereshk7670 Před 2 lety

    if its two versions of maven how we can write the pipeline

    • @ValaxyTechnologies
      @ValaxyTechnologies  Před 2 lety

      You can add more then 1 version in the Global Tool configuration. and you can chose version while weighting Jenkins file.

  • @ashwiniidutt9878
    @ashwiniidutt9878 Před 3 lety +1

    I need the code can u help me plz

    • @suribabu2108
      @suribabu2108 Před 3 lety

      Ya simple can you take maven java project 5 min in google ..take it in your machine do the project and creates src,pom.xml file is there under your project directory can u push into your github master brnach ..you can clone through jenkins job using maven to build the code create war file and deploy into different servers

  • @ashishkkk1
    @ashishkkk1 Před 3 lety +1

    How to find root command in windows. As whereis mvn is not working for me

  • @PrincePal-on9vc
    @PrincePal-on9vc Před 20 dny

    nice pic

  • @radhikainguva6204
    @radhikainguva6204 Před rokem

    Hi Sir, I'm running this example on windows machine. I have configured maven path to Jenkins and I'm running jenkins as a service.
    where should I type the command whereis mvn? on what command prompt window are you typing ?
    can you plz reply?
    Thanks in advance.

  • @sunnyramagiri3354
    @sunnyramagiri3354 Před 9 měsíci

    Hello bro can I contact with u