Hi i installed jenkins in VM which is of ubuntu and my code is in my windows PC how can i build the code? its showing that "Batch scripts can only be run on Windows nodes"
Hi Saravanan, I have one question, is it possible to have bunch of parameters in one file and that can be used in entire scripted pipeline or declarative pipeline
[Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] git The recommended git tool is: NONE Warning: CredentialId "PAT_Jenkins" could not be found. I am facing this issue, when I try to run my pipeline script. Can you please help me?
Hi sir vanakam, thanks for the video.
Thanks for watching
Hi Bro thanks for your supporting could you please share next videos
Please how do you enable stage view ? running jenkins version 2.375.3
Hi
i installed jenkins in VM which is of ubuntu and my code is in my windows PC how can i build the code?
its showing that "Batch scripts can only be run on Windows nodes"
Hi,
Is there any way to pass the variable from one stage to another stage?
Hi Saravanan, I have one question, is it possible to have bunch of parameters in one file and that can be used in entire scripted pipeline or declarative pipeline
Stage view is not appearing😢
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] git
The recommended git tool is: NONE
Warning: CredentialId "PAT_Jenkins" could not be found.
I am facing this issue, when I try to run my pipeline script.
Can you please help me?
Hi bro, how to build a war file using maven? Maven cmd for windows please
refer this video for all maven commands th-cam.com/video/GQYB3Ku1MOk/w-d-xo.html
How to declare proxy commands in scripted pipeline
Can anyone tell me how to configure jdk in scripted pipeline?
Thanks bro
Thanks for watching
Hi Saravanan, I have one question. How to run linux command to check maven version. Can you please explain
you check maven version by using mvn -version command in linux.