MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.64k stars 1.33k forks source link

Terasology engine #5192

Closed soloturn closed 6 months ago

soloturn commented 6 months ago

inttelij, checkstyle, pmd warnings removed:

soloturn commented 6 months ago

is there a way to retrigger the jenkins build, apart from force pushing?

BenjaminAmos commented 6 months ago

Under the checks tab on GitHub you should be able to re-run the tests if they fail. That appears to trigger a Jenkins re-run, as of recently (give https://github.com/MovingBlocks/Terasology/pull/5188/checks?check_run_id=19397149388 a try, for example). Some of the core contributors can force retrigger a build from the Jenkins UI but this relies on being added to a manual whitelist in the Logistics repository right now. If you're on that list then you can sign-in to Jenkins with your GitHub account to do that.

soloturn commented 6 months ago

ok now checks are green. @BenjaminAmos @jdrueckert you mind merging?

jdrueckert commented 6 months ago

Under the checks tab on GitHub you should be able to re-run the tests if they fail. That appears to trigger a Jenkins re-run, as of recently (give https://github.com/MovingBlocks/Terasology/pull/5188/checks?check_run_id=19397149388 a try, for example). Some of the core contributors can force retrigger a build from the Jenkins UI but this relies on being added to a manual whitelist in the Logistics repository right now. If you're on that list then you can sign-in to Jenkins with your GitHub account to do that.

Alternatively, instead of force pushing, you can create an empty commit using the allow-empty parameter for git commit.

soloturn commented 6 months ago

apart from one, reverted as mentioned in your review @BenjaminAmos .

soloturn commented 6 months ago

@BenjaminAmos i did your requested change, but still it shows "change requested". it means you need to close this?