How to Configure a JDK in Jenkins

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024

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

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

    Saved much time! Thanks for the super clear instructions on getting a JDK tooling setup in a few different ways.

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

    Amaizing explanation in the alternatives. Thank you so much

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

    Thanks for this very clear explanation about JDKs configuration in Jenkins. Good job.

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

    Thank you, great explanation. Solved my problem in which I was stuck from last 3 days.

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

    How about installing Open JDK 11 when the system version is Sun's jdk 8

  • @Harikrishna-x2i
    @Harikrishna-x2i 10 หลายเดือนก่อน

    very good explanation

  • @Shanmania
    @Shanmania 3 ปีที่แล้ว +10

    pipeline {
    agent { label 'linux' }
    stages {
    stage('Example') {
    steps {
    sh '''
    env | grep -e PATH -e JAVA_HOME
    which java
    java -version
    '''
    }
    }
    }
    }

  • @lecardinal1
    @lecardinal1 11 วันที่ผ่านมา

    hum looks interesting but some concepts used are not clear to me: jenkins controller, agent....can you introduce them as well ?

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

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

  • @williamdiegocampos5783
    @williamdiegocampos5783 7 หลายเดือนก่อน

    Perfect!

  • @LONGNGUYEN-ij8wc
    @LONGNGUYEN-ij8wc 3 ปีที่แล้ว +1

    Could not install JDK higher than JDK 11

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

    Thank you

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

    As usual, your videos are great ones ;)

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

      I am used the systemd override way to upgrade the JDK used with Jenkins.

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

    how could you re-enter the credentials of oracle if you dindt enter the right credentials?

  • @Ajitsingh-gc5ej
    @Ajitsingh-gc5ej 3 ปีที่แล้ว

    How to export java home in jenkins pipeline ?