ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Saved much time! Thanks for the super clear instructions on getting a JDK tooling setup in a few different ways.
Amaizing explanation in the alternatives. Thank you so much
Thanks for this very clear explanation about JDKs configuration in Jenkins. Good job.
Thank you, great explanation. Solved my problem in which I was stuck from last 3 days.
Thanks alot this video helped!
How about installing Open JDK 11 when the system version is Sun's jdk 8
very good explanation
hum looks interesting but some concepts used are not clear to me: jenkins controller, agent....can you introduce them as well ?
Can anyone tell me how to configure jdk in scripted pipeline?
As usual, your videos are great ones ;)
I am used the systemd override way to upgrade the JDK used with Jenkins.
how could you re-enter the credentials of oracle if you dindt enter the right credentials?
pipeline { agent { label 'linux' } stages { stage('Example') { steps { sh ''' env | grep -e PATH -e JAVA_HOME which java java -version ''' } } }}
Thank you
Perfect!
Could not install JDK higher than JDK 11
How to export java home in jenkins pipeline ?
Saved much time! Thanks for the super clear instructions on getting a JDK tooling setup in a few different ways.
Amaizing explanation in the alternatives. Thank you so much
Thanks for this very clear explanation about JDKs configuration in Jenkins. Good job.
Thank you, great explanation. Solved my problem in which I was stuck from last 3 days.
Thanks alot this video helped!
How about installing Open JDK 11 when the system version is Sun's jdk 8
very good explanation
hum looks interesting but some concepts used are not clear to me: jenkins controller, agent....can you introduce them as well ?
Can anyone tell me how to configure jdk in scripted pipeline?
As usual, your videos are great ones ;)
I am used the systemd override way to upgrade the JDK used with Jenkins.
how could you re-enter the credentials of oracle if you dindt enter the right credentials?
pipeline {
agent { label 'linux' }
stages {
stage('Example') {
steps {
sh '''
env | grep -e PATH -e JAVA_HOME
which java
java -version
'''
}
}
}
}
Thank you
Perfect!
Could not install JDK higher than JDK 11
How to export java home in jenkins pipeline ?