Skip to content

Commit

Permalink
bump(as400): increased as400 connector version for new build (#5232)
Browse files Browse the repository at this point in the history
Co-authored-by: tuntoja <tuntoja@centreon.com>
  • Loading branch information
omercier and tuntoja authored Oct 10, 2024
1 parent 53ff39f commit cda1705
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/as400.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
workflow_dispatch:
pull_request:
paths:
- 'as400/packaging/**'
- 'as400/**'
push:
branches:
- develop
- master
paths:
- 'as400/packaging/**'
- 'as400/**'

jobs:
get-environment:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
distrib: ${{ matrix.distrib }}
package_extension: ${{ matrix.package_extension }}
version: ${{ needs.get-environment.outputs.version }}
release: ${{ needs.get-environment.outputs.release }}
release: 1
arch: all
commit_hash: ${{ github.sha }}
cache_key: ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-as400-${{ matrix.distrib }}
Expand Down
3 changes: 3 additions & 0 deletions as400/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-10-10 Olivier Mercier <omercier@centreon.com> - 2.0.3
* New build workflow

2021-12-31 Quentin Garnier <qgarnier@centreon.com> - 2.0.1
* Use log4j 2.17.1

Expand Down
2 changes: 1 addition & 1 deletion as400/connector.as400/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.centreon.connector</groupId>
<artifactId>centreon-as400</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<name>Centreon-AS/400</name>
<description>Connecteur AS/400</description>
<packaging>jar</packaging>
Expand Down
7 changes: 4 additions & 3 deletions as400/packaging/centreon-as400-daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "centreon-plugin-Operatingsystems-AS400-daemon"
arch: "${ARCH}"
platform: "linux"
version_schema: "none"
version: "2.0.2"
version: "2.0.3"
release: "${RELEASE}${DIST}"
section: "default"
priority: "optional"
Expand All @@ -14,8 +14,9 @@ homepage: "https://www.centreon.com"
license: "Apache-2.0"

contents:
- src: "../connector.as400/target/centreon-as400-2.0.2-jar-with-dependencies.jar" # VARIABLE VERSION REQUIRED HERE
dst: "/usr/share/centreon-as400/bin/centreon-as400-2.0.2-jar-with-dependencies.jar" # VARIABLE VERSION REQUIRED HERE
- src: "../connector.as400/target/centreon-as400-${VERSION}-jar-with-dependencies.jar" # VARIABLE VERSION REQUIRED HERE
dst: "/usr/share/centreon-as400/bin/centreon-as400-${VERSION}-jar-with-dependencies.jar" # VARIABLE VERSION REQUIRED HERE
expand: true
file_info:
mode: 0755
owner: "centreon-as400"
Expand Down

0 comments on commit cda1705

Please sign in to comment.