Felix Heim

Results 5 comments of Felix Heim

@LecrisUT I downloaded the corresponding libraries from ~~https://download.jetbrains.com/teamcity-repository/org/jetbrains/teamcity/server-api/~~ https://download-cdn.jetbrains.com/teamcity/TeamCity-{202X.Y}.tar.gz

> So instead of pointing it to the libraries in the runtime `TeamCity`, I can point them to those? Yes > Not sure what the appropriate gradle.properties would be to...

@TimberBro The most recent commit is based on the commit which was used for TeamCity 2023.05 Therefore, the `grade.properties` need to look something like this: ``` TeamCityLibs=../../TeamCity/webapps/ROOT/WEB-INF/lib/ TeamCityTestLibs=../../TeamCity/devPackage/tests PluginVersion=1234567 TeamCityVersion=2023.05...

> I found https://www.youtube.com/watch?v=R-BPNomdkBE which configured Commit Status Publisher with the GitHub integration but using the Gitea API endpoint, so I guess GitHub and Gitea have the same/similar APIs? Haven't...

I have updated the support for 2024.07.1 I had to revert commit da579c3eb0c9a002cd6af8f511c9365f236f5b47 from 6th February this year as the changes do not work (the maven repo from jetbrains seems...