Tuesday, 21 July 2026

Set custom Maven tag for a Release in Jenkins

Jenkins 2.302.2
Maven 3.8.1

My goal was to get a tag like v{new.version} without further ado when triggering the release.

To do so, the way I found was to check Preselect 'Specify custom SCM comment prefix' in the Jenkins config and add this into the pom:


<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>




Thursday, 30 April 2026

Use pi-hole lxc with a genexis router without admin rights

genexis PURE-F500-OPT-4.3.6.150-R
pi-hole 6.4.2
proxmox VE 9.1.9

I did this with a raspberry years ago and shut it down at some point. Now I wanted to do it again with a lxc on proxmox and found that I am not able to change the DNS server in the genexis router anymore, because the standard admin user did not work.

In the end it was not that hard to get it running, you just have to inactivate the DHCP server on the router and use the pi-hole for this.
You can do this here:



My first attempt was to add a DNS server to the DHCP server on the router, but somehow this did nothing, still the DNS from the WAN settings took over. And I did not find a way to change these.

When the DHCP from the router was gone and the pi-hole DHCP was active, all the non static clients used it. 




 PURE-F500-OPT-4.3.6.150-RPURE-F500-OPT-4.3.6.150-RPURE-F500-OPT-4.3.6.150-R PURE-F500-OPT-4.3.6.150-RPURE-F500-OPT-4.3.6.150-R



Sunday, 1 March 2026

How to mass edit Notes in FoundryVTT

FoundryVTT 13.351
Baileywiki Mass Edit 2.7.10

On the left side go into the "Journal Notes" mode, then select all Notes with ctrl+a, then shift+e for mass edit.

Now you can edit all of the Note at once. I used it to change the size of the Journal Notes icons.