3
0

add step to push to gitea

This commit is contained in:
Arne Teuke
2025-11-26 19:19:00 +01:00
parent ead61fc784
commit 6a52f7fffa

1
Jenkinsfile vendored
View File

@@ -117,7 +117,6 @@ pipeline {
} }
} }
} }
when { branch 'master' } // Only on main branch to avoid noise
} }
} }
} }