Jesse Glick

Results 374 comments of Jesse Glick

I get a different error from `kubectl ssh` on a containerd-based cluster (Container-Optimized OS from Google, containerd://1.5.11, v1.23.6-gke.2200): ``` Connecting... Pod: Namespace: NONE User: root Container: Command: /bin/sh Error: No...

https://github.com/pauldreik/rdfind/blob/f943aed57526965853b0871e372805b02d8bbf01/Dirlist.cc#L161-L169

Maven 3.8.6 has been released which I think fixes the regression so this is no longer an urgent concern?

Pinning versions of tools used during the build makes sense, but `mvnw` seems like an outdated way of doing that—forces the build to download the tool at runtime (or use...

> backport the formatting changes Meaning, cherry-picking the commit or portion of a commit introducing the formatting tool, or cherry-picking the whole change while discarding any changes to source files...

> problematic to merge There is a trick to updating the base branch. You first merge in the commit which enables formatting (but which does not do it), which is...

**Proposed upgrade guidelines** will need to mention that you must first upgrade `workflow-job` (if installed), or stuff related to Pipeline builds may break. (I guess—test it!)

Seems reasonable. Doubt there would be any poor interactions with #1083 since this happens after `node(POD_LABEL) {…}` has exited.

``` KubernetesProvisioningLimits.unregister: Pod template count for runInPod-jrsz5 went below zero. ``` seems like a genuine regression.

https://github.com/jenkinsci/durable-task-plugin/pull/2#issuecomment-69762498 :shrug: