Re: Docker cloud broken (java.lang.NoClassDefFoundError: com/github/dockerjava/netty/WebTarget)

2020-04-02 Thread Zach LaCelle
:) In case this helps anyone else, here are the versions that I have now that work: [image: installed_docker_plugins.png] On Thursday, April 2, 2020 at 12:01:23 PM UTC-4, Zach LaCelle wrote: > > This happened after updating Jenkins and updating all plugins. One note: > plugin upda

Re: Docker cloud broken (java.lang.NoClassDefFoundError: com/github/dockerjava/netty/WebTarget)

2020-04-02 Thread Zach LaCelle
ugin/compare/docker-plugin-1.1.9...docker-plugin-1.2.0 > for > the comparison between the classes. > > You may need to use docker plugin 1.1.9 rather than docker plugin 1.2.0. > > On Thu, Apr 2, 2020 at 10:01 AM Zach LaCelle > wrote: > >> This happened after updating

Docker cloud broken (java.lang.NoClassDefFoundError: com/github/dockerjava/netty/WebTarget)

2020-04-02 Thread Zach LaCelle
$Runner.run(QueuedThreadPool.java:938) at java.lang.Thread.run(Thread.java:748) Thank you! Zach LaCelle -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, sen

emailext and Declarative Pipeline; multiple "to"

2019-02-15 Thread Zach LaCelle
For my "build failed" emails, I'd like to send an email from my Jenkins Declarative Pipeline to the developers group but also to a fixed list of recipients. Under the Pipeline documentation ( https://jenkins.io/doc/pipeline/steps/email-ext/), I see a class for "recipients", which states that it

BlueOcean displaying artifacts (cppcheck, coverage, etc)

2018-11-16 Thread Zach LaCelle
Hello, I'm using a Declarative Pipeline with BlueOcean, and I'm unclear how to get BlueOcean to display artifacts from my build nicely. For instance, I used to (and still do) display a roll-up of cppcheck results in Jenkins. I also track code coverage using gcov/lcov and the standard coverage

Jenkins, Docker agents, and /etc/environment

2018-11-13 Thread Zach LaCelle
I have some proxy settings defined in the /etc/environment files of my Docker images which constitute my Jenkins agents. These images are correctly spun up and Jenkins happily builds within them, with one issue: the variables from /etc/environment aren't present in the agent environment. When

Requirements for Jenkins agent in docker container

2018-10-22 Thread Zach LaCelle
Hello, What does Jenkins need to run jobs in a Docker container? I know that the jenkinsci/slave Docker image works, but if I want to create a new image based off of a different origin, what process, environment variables, etc need to be running? This would be using the "Docker Attach"

Docker images as Jenkins agents failing, "/agent.log Permission Denied"

2018-10-19 Thread Zach LaCelle
Hello, I'm trying to set up a Jenkins master to use another server as a Jenkins agent host, running Docker containers on the host for different environments. My master is running jenkinsci/blueocean. The agent host server is running Docker with tcp://0.0.0.0:2376 open. TL;DR Question: Why

Jenkins master as Docker container, with restart

2018-10-17 Thread Zach LaCelle
I've installed the Jenkins master as a Docker container, following they very good instructions here: https://jenkins.io/doc/book/installing/#docker However, the instructions list the "--rm" Docker option as a good way to clean out the Jenkins container every time you restart. I'd like to have

Re: Trying to disable email alerts to SCM committers

2017-03-22 Thread Zach LaCelle
ou specified in the > project will be used. > > On Tue, Mar 21, 2017, 15:08 Zach LaCelle <zlace...@gmail.com> wrote: > >> I'm using Editable Email Notification notifier, with only one email >> address specified in the "Project Recipient List." However, on a failed

Trying to disable email alerts to SCM committers

2017-03-21 Thread Zach LaCelle
I'm using Editable Email Notification notifier, with only one email address specified in the "Project Recipient List." However, on a failed build, everybody that committed to the repo gets an email. How do I disable the email feature of adding every committer since the last successful build?