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
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')