Elis Kvitka

Results 7 comments of Elis Kvitka

Downgrading plugins worked for me too. I'm running clean Jenkins v2.254 with recommended plugins and latest Kubernetes Continuous Deploy Plugin (2.3.0) and have same error. After downgrading: - Jackson 2...

> Hey @braunly thanks for the solution! > > > Also, i downgraded ECharts API and JUnit, but this plugins not required for kubernetes cd. > > Please could you...

``` from pystemd.systemd1 import Manager with Manager() as manager: manager.Manager.EnableUnitFiles(['service_name.service'.encode()], False, True) ``` Look at the systemd DBus API: https://www.freedesktop.org/wiki/Software/systemd/dbus/

Pip installs outdated version because `download_url` in setup.py is incorrect.