You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, the build fails, even for very simple recipes like SetupJenkinsfile.
For example, the acunetix plugin fails, and we do not apply the recipe:
Forking plugin acunetix locally from repo acunetix-plugin...
Synced the forked repository for plugin acunetix
Fetching plugin code locally acunetix...
Fetched repository from https://github.com/gounthar/acunetix-plugin.git to branch refs/heads/master
Collecting metadata for plugin acunetix... Please be patient
Build failed
Done
Failed to collect metadata for plugin acunetix. Will retry after a first compile using lowest JDK
Verifying plugin without tests acunetix using with JDK 8 ... Please be patient
Build failed
Would it be possible to mark certain recipes as "can be applied even if the build fails"? For this particular recipe, we are not changing the Java code, the dependencies, or even the Maven configuration, so the inability to build the project is not inherently problematic.
Additionally, I use the tool under WSL2, and we are aware that Jenkins plugin development and WSL2 are not always compatible. This could mean that a build might fail on my machine but succeed on the Jenkins infrastructure. I am not suggesting that all failed builds should be ignored for all recipes, but for some, it would make sense to allow them to proceed rather than simply giving up.
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered:
What feature do you want to see added?
Sometimes, the build fails, even for very simple recipes like
SetupJenkinsfile
.For example, the
acunetix
plugin fails, and we do not apply the recipe:Would it be possible to mark certain recipes as "can be applied even if the build fails"? For this particular recipe, we are not changing the Java code, the dependencies, or even the Maven configuration, so the inability to build the project is not inherently problematic.
Additionally, I use the tool under WSL2, and we are aware that Jenkins plugin development and WSL2 are not always compatible. This could mean that a build might fail on my machine but succeed on the Jenkins infrastructure. I am not suggesting that all failed builds should be ignored for all recipes, but for some, it would make sense to allow them to proceed rather than simply giving up.
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered: