Jesse Glick
Jesse Glick
> can also be created using a Groovy script from within a pipeline Ah, that is not good advice! https://github.com/jenkinsci/script-security-plugin/pull/533/checks?check_run_id=17600899807 is because plugin-supplied signatures cannot be validated in a unit...
https://github.com/jenkinsci/blueocean-plugin/blob/a910c5348296bac732149eb7ca4e07d46eec4874/blueocean-pipeline-api-impl/src/main/java/io/jenkins/blueocean/rest/impl/pipeline/PipelineNodeImpl.java#L191-L192 + https://github.com/jenkinsci/blueocean-plugin/blob/a910c5348296bac732149eb7ca4e07d46eec4874/blueocean-dashboard/src/main/js/components/karaoke/components/Pipeline.jsx#L312-L314 IIUC
> it wouldn't affect non-Blue Ocean use cases Which is pretty important I think, since B.O. might be installed yet rarely used.
> Blue Ocean doesn't build for me If you do not need to test the GUI interactively, you can just use https://github.com/eirslett/frontend-maven-plugin?tab=readme-ov-file#skipping-execution (which will be a lot faster too).
I am not actually sure how to suppress false positives here. https://groups.google.com/g/jenkinsci-dev/c/OMe_zN8-Tkc/m/Nnqv14sbBAAJ by @daniel-beck says @yaroslavafenkin allowed `@SuppressWarnings` to work, but what would the annotation value be? > The detailed...
(conflict with #305)
From a five-second glance, the code is probably OK, but the motivation remains unclear and I would suggest the PR and the Jira issue be closed as “will not do”....
Compare #88, which if it works (I have not reviewed it in detail) seems more attractive because it does not rely on a particular executable being present on the agent.
> help in configuring environment for Maven build tests This plugin is tricky. (@cloudbees also runs CI for trunk and selected PRs against a real AWS account.) I use a...
> I yet have not found a solution how make AWS API to set non-standard S3 Storage Class for objects Huh, this is surprising. One possible issue: we are still...