How do I setup maven in Jenkins to pull from multiple remote repos?
@amarlukade22253 жыл бұрын
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 ?
@PrashanthKumar-wj3qh Жыл бұрын
have you installed jenkins and maven in same server ?
@pranav20193 жыл бұрын
I failed to mvn clean install,it is throwing error like command not found in linux server
@karthikarjun92 жыл бұрын
In this Declarative pipeline no need for a pom.xml file?
@santoshgangal5398 Жыл бұрын
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
@ProjectAryawarta Жыл бұрын
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.
@REX-tamil Жыл бұрын
tq bro , still work like a charm
@sushilkumar-wl8kj2 жыл бұрын
Wow . great information
@nemakalsudhirchakravarthi43114 жыл бұрын
Thankyou sir..
@mahimayerradasari9455 Жыл бұрын
Hello do u have any maven projects
@DevOpsPulse2 жыл бұрын
Thank you
@veereshk76702 жыл бұрын
if its two versions of maven how we can write the pipeline
@ValaxyTechnologies2 жыл бұрын
You can add more then 1 version in the Global Tool configuration. and you can chose version while weighting Jenkins file.
@ashwiniidutt98783 жыл бұрын
I need the code can u help me plz
@suribabu21083 жыл бұрын
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
@shankarraj3433 Жыл бұрын
Thanks sir.
@ValaxyTechnologies Жыл бұрын
So nice of you
@sanjutechy17834 жыл бұрын
Nice video
@ashishkkk14 жыл бұрын
How to find root command in windows. As whereis mvn is not working for me
@mihirpanchal72313 жыл бұрын
Try "which mvn"
@sahithreddy50393 жыл бұрын
mvn --version
@PrincePal-on9vc7 ай бұрын
nice pic
@radhikainguva62042 жыл бұрын
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.