Tim Jacomb
Tim Jacomb
That page looks out of date, we do supply windows controller images, cc @MarkEWaite. Can you use that instead? I think you wouldn't have the git issue anymore then
@daniel-beck are you able to create a private docker registry on repo.jenkins-ci.org please? If you can create a user that can push to it and create a username / password...
ugh that's a problem I remember from when we hosted our own artifactory instance. Given it's a hosted instance this is even worse. I assume we need an SSL certificate...
That might work actually, from what I can tell they default to private and that's what we're after here: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry There's a separate issue for mirroring the images to github...
Java doesn't use system proxy values by default, The script supports a JAVA_OPTS environment variable ``` JAVA_OPTS=-Dhttps.proxyHost=$HTTPS_PROXY -Djdk.http.auth.tunneling.disabledSchemes= -Dhttps.proxyPort=$PORT -Dhttps.proxyUser=$USER -Dhttps.proxyPassword=$PASS jenkins-plugin-cli ``` or ``` ENV JAVA_OPTS=-Dhttps.proxyHost=$HTTPS_PROXY -Djdk.http.auth.tunneling.disabledSchemes= -Dhttps.proxyPort=$PORT -Dhttps.proxyUser=$USER...
possibly needs quotes you could exec into the container and experiment more
the problem is that plugins have dependencies and dependencies can be added at any point as well. If you go that approach there's a risk that plugins will fail to...
Should be do-able to clear the plugin folder when copying from the ref dir I think
I've reported this on the jetbrains issue tracker as this one is no longer used: https://youtrack.jetbrains.com/issue/IDEA-299959/Terraform-support-tfvars-in-different-folder
It was created over a year ago it does have the agile process associated to it:  I can send you the actual project if you want to take a...