Skip to content

Commit

Permalink
Remove old travis build artifacts (#18243)
Browse files Browse the repository at this point in the history
* Remove old travis build artifacts

* Remove more travis artifacts

---------

Co-authored-by: Dennis Oelkers <[email protected]>
  • Loading branch information
mpfz0r and dennisoelkers authored Feb 15, 2024
1 parent 190a150 commit b385262
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 139 deletions.
4 changes: 1 addition & 3 deletions docs/cef/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Graylog CEF message input

[![Build Status](https://travis-ci.org/Graylog2/graylog-plugin-cef.svg?branch=master)](https://travis-ci.org/Graylog2/graylog-plugin-cef)

Graylog input plugin to receive CEF logs via UDP or TCP. Install the plugin and launch a new CEF input from `System -> Inputs` in your Graylog Web Interface.

This plugin is strictly following the CEF standard and will probably not work with non-compliant messages. Please open an issue in this repository in case of any problems.
Expand Down Expand Up @@ -53,4 +51,4 @@ $ mvn release:prepare
$ mvn release:perform
```

This sets the version numbers, creates a tag and pushes to GitHub. Travis CI will build the release artifacts and upload to GitHub automatically.
This sets the version numbers, creates a tag and pushes to GitHub.
4 changes: 1 addition & 3 deletions docs/netflow/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
NetFlow Plugin for Graylog
==========================

[![Build Status](https://travis-ci.org/Graylog2/graylog-plugin-netflow.svg?branch=master)](https://travis-ci.org/Graylog2/graylog-plugin-netflow)

This plugin provides a NetFlow UDP input to act as a Flow collector that receives data from Flow exporters. Each received Flow will be converted to a Graylog message.

**Required Graylog version:** 2.3.0 and later
Expand Down Expand Up @@ -83,4 +81,4 @@ $ mvn release:prepare
$ mvn release:perform
```

This sets the version numbers, creates a tag and pushes to GitHub. Travis CI will build the release artifacts and upload to GitHub automatically.
This sets the version numbers, creates a tag and pushes to GitHub.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
<directory></directory>
<includes>
<include>.gitignore</include>
<include>.travis.yml</include>
<include>README.md</include>
<include>GETTING-STARTED.md</include>
<include>package.json</include>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,3 @@ Welcome to your new Graylog plugin!
Please refer to https://docs.graylog.org/docs/plugins for documentation on how to write
plugins for Graylog.

Travis CI
---------

There is a `.travis.yml` template in this project which is prepared to automatically
deploy the plugin artifacts (JAR, DEB, RPM) to GitHub releases.

You just have to add your encrypted GitHub access token to the `.travis.yml`.
The token can be generated in your [GitHub personal access token settings](https://github.com/settings/tokens).

Before Travis CI works, you have to enable it. Install the Travis CI command line
application and execute `travis enable`.

To encrypt your GitHub access token you can use `travis encrypt`.

Alternatively you can use `travis setup -f releases` to automatically create a GitHub
access token and add it to the `.travis.yml` file. **Attention:** doing this
will replace some parts of the `.travis.yml` file and you have to restore previous
settings.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ${pluginClassName} Plugin for Graylog

[![Build Status](https://travis-ci.org/${githubRepo}.svg?branch=master)](https://travis-ci.org/${githubRepo})

__Use this paragraph to enter a description of your plugin.__

**Required Graylog version:** 2.0 and later
Expand Down Expand Up @@ -55,4 +53,4 @@ $ mvn release:prepare
$ mvn release:perform
```

This sets the version numbers, creates a tag and pushes to GitHub. Travis CI will build the release artifacts and upload to GitHub automatically.
This sets the version numbers, creates a tag and pushes to GitHub.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</distributionManagement>

<repositories>
<!-- to make our snapshot releases work with Travis et al -->
<!-- to make our snapshot releases work with CI platforms -->
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
Expand Down
20 changes: 0 additions & 20 deletions graylog-project-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -689,25 +689,5 @@
</plugins>
</build>
</profile>
<profile>
<id>travis</id>
<activation>
<property>
<name>env.TRAVIS</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>2</forkCount>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
4 changes: 2 additions & 2 deletions graylog2-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
</issueManagement>

<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.org/Graylog2/graylog2-server</url>
<system>Github Actions</system>
<url>https://github.com/Graylog2/graylog2-server/actions</url>
</ciManagement>

<mailingLists>
Expand Down

This file was deleted.

19 changes: 0 additions & 19 deletions graylog2-web-interface/travis/graylog2-server.sh

This file was deleted.

35 changes: 0 additions & 35 deletions graylog2-web-interface/travis/server.conf

This file was deleted.

0 comments on commit b385262

Please sign in to comment.