How to Find Jenkins Workspace Directory in Linux

Поделиться
HTML-код
  • Опубликовано: 23 дек 2024

Комментарии • 6

  • @jameshernandez3202
    @jameshernandez3202 2 года назад +1

    Simple and helpfulness explanation , thank you!!

  • @roniceyemeli
    @roniceyemeli Год назад

    content is very helpful !!!

  • @shaikrahamthulla4925
    @shaikrahamthulla4925 3 года назад +2

    How to setup high availability Jenkins with 2 masters

  • @mahmoudaboghadeer3284
    @mahmoudaboghadeer3284 2 года назад

    how to change remote agent work dir on dynamic agent pipeline??
    what is the line should be added to jenkins agent pipeline to change the default (/home/jenkins/agent) to be like (/home/jenkins)

  • @torsten.kleiber
    @torsten.kleiber 3 года назад

    What about finding correct workspaces in multibranch pipelines with several running instances, e.g. because of input steps?

  • @akshaylaxapati7135
    @akshaylaxapati7135 2 года назад

    I have configured jenkins on ubuntu & changed the home directory using the file /etc/default/jenkins and updated JENKINS_HOME environment variable to point to different folder but its not working can you please suggest