Sot
Sot
Hi. Jenkins should trigger job.
Found very strange behavior: setting `helper.libLoader.preloadLibraryClasses = true` breaks tests throwing `MissingMethodException`, but only on RedHat based systems(tested on Amazon Linux 2 with 4.14 and 5.4 kernels, CentOS 8.3 with...
+1 for this too
I'm getting same with 18.09.0 while stopping/starting 30 containers via docker-compose. But they writes summary ~100 messages per hour to stdout/stderr.
Just checked with latest plugin version and this pipeline: ``` def fortifyContainer = [ name: 'fortify', image: 'xxxxxxxx.dkr.ecr.us-east-1.amazonaws.com/jenkins/fortify:22.2.2', // an image with fortify client installed resources: [ limits: [ cpu:...
Looks like I faced similar bug on 2.6.6: `kubectl rollout status` hangs for 1 minute after output if I use Rancher proxy. The same command directly to K8S API works...
Hi. I'm trying to add LDAP auth to sentry with this https://github.com/Banno/getsentry-ldap-auth/issues/32#issuecomment-405823382 config and have some trouble. When i'm trying to login backend successfully makes bind to LDAP server and...