[helm chart] [ssl] how to add ca cert file for accessing https page

2018-12-20 Thread Hokwang
Hello. I am in corporate proxy environment. I can't access https page by default. Simple fix solution is add cert to jenkins docker image and run update-ca-certificates command, but I want to fix in helm chart. I think I need to run below commands mkdir $JENKINS_HOME/.cacerts/ cp $JAVA_HOME/jr

Re: parallel stages using multiple pod (with Kubernetes plugin)

2018-05-28 Thread Hokwang
Hello. Carlos, Anyway, What do you think about all of agent definition write upper side in Jenkinsfile. Here in this case, I need below pipeline. what is the proper location of agent syntax. pipeline { stages{ parallel { stages { stage('A - sync') { agent('1st pod')