Robert Oschwald

Results 89 comments of Robert Oschwald

+1 Especially useful in combination with the Job Generator plugin if you automatically generate jobs for pipelined builds and want to start them after generation / update and wait for...

In Grails 5.0.0, we get warnings regarding config access via dot notation. So maybe thats another reason to switch to config.getProperty(key, Class) ``` Accessing config through dot notation is deprecated,...

Same here. ``` xjc { docLocale.set(Locale.ENGLISH) } ``` causes ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':api:xjcGenerate'. > A failure occurred while...

Sandboxing hit me as well. I'm using "nc" (netcat) to connect to jump-host. Additionally I use zsh from nix-pkgs. Used command: /usr/bin/ssh -v -N -S none -o ControlMaster=no -o ExitOnForwardFailure=yes...

For me, the problem was zsh from nix-darwin, which was set as login shell (/run/current-system/sw/bin/zsh). This is a symlink, which does not work with Sandboxing. I therefore switched to built-in...