Henry Borchers

Results 16 issues of Henry Borchers

I'm unable to get the homebrew formula to build from --head. Homebrew fails when I've tried. Since there are no bottles available for the Jenkinsfile-runner, building the bottle myself from...

bug

Starting with docker.io/jenkins/jenkinsfile-runner:1.0-beta-23 I'm unable to use certain arguments. Including: - --runWorkspace - --file When ever I try to use them as docker run args, I'll get the error message...

bug

Is there a way to configure node allocation to clean up the workspace before it's used? I want to make sure that every time "agent" is declared in my pipeline,...

enhancement
question

Can I use --arg with boolean parameters? I can only seem to get it work with string parameters. I've tried "-a BUILD_PACKAGE=true" but evaluates to the string, "true", instead of...

bug
help wanted

I'm trying to make an out of source build. but I can't set the build path. It's always builds to the directory, _skbuild. I've tried using --bdist-dir c:\some\other\path\on\my\system when generating...

Type: Enhancement
help wanted

What is the current status of the REST API for the DevPi server, specifically for releasing files and docs? I found the documentation for [The devpi-server REST HTTP API](https://github.com/devpi/devpi/blob/master/doc/curl.rst) but...

devpi-server

Maybe I'm missing something but I can't figure out how to set the path for devpi to use when I use the "devpi test" command. It always seems to unpack...

enhancement
help wanted
devpi-client

What's the current status of devpi-server hooks? Since DevPi-Jenkins does not work with the current version of Jenkins, I'd love to write my own hooks to trigger the new Jenkins...

devpi-client 6.0.1 Same issue as #913 but with "devpi test" `c:\Jenkins\workspace\jects_uiucprescon.getalmarc2_dev@8> devpi test --index dev_staging uiucprescon.getmarc2==0.1.2.dev0 -s tar.gz -e py39 -v ` ... ``` write json report at: C:\Users\ContainerAdministrator\AppData\Local\Temp\devpi-test-x2tn_6p0\targz\toxreport.json posting...

As a developer who creates bindings to C and C++ libraries, I would like to be able to compile the dependent C and C++ libraries as part of the "before-all"...