JENKINS - Create Pipeline Project | Scripted Pipeline

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

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

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

    Hi sir vanakam, thanks for the video.

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

    Hi Bro thanks for your supporting could you please share next videos

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

    Please how do you enable stage view ? running jenkins version 2.375.3

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

    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"

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

    Hi,
    Is there any way to pass the variable from one stage to another stage?

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

    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

  • @nitinrawat5488
    @nitinrawat5488 10 หลายเดือนก่อน

    Stage view is not appearing😢

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

    [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?

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

    Hi bro, how to build a war file using maven? Maven cmd for windows please

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

      refer this video for all maven commands th-cam.com/video/GQYB3Ku1MOk/w-d-xo.html

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

    How to declare proxy commands in scripted pipeline

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

    Can anyone tell me how to configure jdk in scripted pipeline?

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

    Thanks bro

  • @sharathnatram4088
    @sharathnatram4088 3 ปีที่แล้ว

    Hi Saravanan, I have one question. How to run linux command to check maven version. Can you please explain

    • @maheshbabu8078
      @maheshbabu8078 3 ปีที่แล้ว

      you check maven version by using mvn -version command in linux.