jfrog / jenkins-jfrog-plugin

Easy integration between Jenkins and the JFrog Platform.
https://github.com/jfrog/jenkins-jfrog-plugin
Apache License 2.0
40 stars 18 forks source link

"Bypass HTTP proxy" resets on deploy of jenkins #94

Closed oysandvik94 closed 3 months ago

oysandvik94 commented 3 months ago

How can we help?

We package Jenkins in a Docker image and deploy it.

The option "Bypass HTTP proxy" is unchecked when we deploy. This option:

image

We have some config in our configuration.yaml file:

unclassified:
  artifactorybuilder:
    useCredentialsPlugin: true
    jfrogInstances:
      - instanceId: artifactory
        artifactoryUrl: **redacted**
        deployerCredentialsConfig:
          credentialsId: 'artifactory_login'
        distributionUrl: **redacted**
        platformUrl: **redacted**

I am assuming that the default for this option is false, and when we deploy we overwrite this option with this config. I haven't found the name for this option to set it in our config.

oysandvik94 commented 3 months ago

Option was just "bypassProxy: true", closing