Skip to content

Commit

Permalink
Remove build agent plugin
Browse files Browse the repository at this point in the history
The build agent plugin is very trivial. It is really only there is
simplify sending a service message to trigger the service message event.

This can be achieved in other ways, and therefore removes the need for
Build Agents to download the plugin and restart themselves.

For large installations with many cloud agents, this
connect/download/restart/reconnect process happens for every agent and
some agents only do one build and then shutdown.
  • Loading branch information
netwolfuk committed Oct 7, 2023
1 parent 52f8499 commit 5847aa8
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 238 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
<modules>
<module>tcwebhooks-core</module>
<module>tcwebhooks-rest-api</module>
<module>tcwebhooks-agent</module>
<module>tcwebhooks-web-ui</module>
</modules>

Expand Down
6 changes: 0 additions & 6 deletions tcwebhooks-agent/.gitignore

This file was deleted.

128 changes: 0 additions & 128 deletions tcwebhooks-agent/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions tcwebhooks-web-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
<echo message="Attempting to build dist-core zip file" />
<mkdir dir="${project.build.directory}/dist-core" />
<mkdir dir="${project.build.directory}/dist-core/server" />
<mkdir dir="${project.build.directory}/dist-core/agent" />

<echo message=" - Copying resources to dist-core" />
<copy todir="${project.build.directory}/dist-core/">
Expand All @@ -135,13 +134,6 @@
</fileset>
</copy>

<echo message=" - Copying dep jar to dist-core/agent" />
<copy todir="${project.build.directory}/dist-core/agent/">
<fileset dir="${project.build.directory}/../../tcwebhooks-agent/target/">
<include name="agent-tcWebHooks-${version}.zip" />
</fileset>
</copy>

<echo message=" - Creating core ZIP file" />
<zip destfile="${project.build.directory}/tcWebHooks-${version}.zip"
basedir="${project.build.directory}/dist-core"
Expand Down

0 comments on commit 5847aa8

Please sign in to comment.