Sync release ocs 20241010 (#5235)
This commit is contained in:
commit
5f4e2ec12c
|
@ -8,13 +8,13 @@ on:
|
|||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'as400/packaging/**'
|
||||
- 'as400/**'
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
paths:
|
||||
- 'as400/packaging/**'
|
||||
- 'as400/**'
|
||||
|
||||
jobs:
|
||||
get-environment:
|
||||
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue