Sync release ocs 20241010 (#5235)
This commit is contained in:
commit
5f4e2ec12c
|
@ -8,13 +8,13 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'as400/packaging/**'
|
- 'as400/**'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
- 'as400/packaging/**'
|
- 'as400/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-environment:
|
get-environment:
|
||||||
|
@ -89,7 +89,7 @@ jobs:
|
||||||
distrib: ${{ matrix.distrib }}
|
distrib: ${{ matrix.distrib }}
|
||||||
package_extension: ${{ matrix.package_extension }}
|
package_extension: ${{ matrix.package_extension }}
|
||||||
version: ${{ needs.get-environment.outputs.version }}
|
version: ${{ needs.get-environment.outputs.version }}
|
||||||
release: ${{ needs.get-environment.outputs.release }}
|
release: 1
|
||||||
arch: all
|
arch: all
|
||||||
commit_hash: ${{ github.sha }}
|
commit_hash: ${{ github.sha }}
|
||||||
cache_key: ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-as400-${{ matrix.distrib }}
|
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
|
2021-12-31 Quentin Garnier <qgarnier@centreon.com> - 2.0.1
|
||||||
* Use log4j 2.17.1
|
* Use log4j 2.17.1
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.centreon.connector</groupId>
|
<groupId>com.centreon.connector</groupId>
|
||||||
<artifactId>centreon-as400</artifactId>
|
<artifactId>centreon-as400</artifactId>
|
||||||
<version>2.0.2</version>
|
<version>2.0.3</version>
|
||||||
<name>Centreon-AS/400</name>
|
<name>Centreon-AS/400</name>
|
||||||
<description>Connecteur AS/400</description>
|
<description>Connecteur AS/400</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
|
@ -2,7 +2,7 @@ name: "centreon-plugin-Operatingsystems-AS400-daemon"
|
||||||
arch: "${ARCH}"
|
arch: "${ARCH}"
|
||||||
platform: "linux"
|
platform: "linux"
|
||||||
version_schema: "none"
|
version_schema: "none"
|
||||||
version: "2.0.2"
|
version: "2.0.3"
|
||||||
release: "${RELEASE}${DIST}"
|
release: "${RELEASE}${DIST}"
|
||||||
section: "default"
|
section: "default"
|
||||||
priority: "optional"
|
priority: "optional"
|
||||||
|
@ -14,8 +14,9 @@ homepage: "https://www.centreon.com"
|
||||||
license: "Apache-2.0"
|
license: "Apache-2.0"
|
||||||
|
|
||||||
contents:
|
contents:
|
||||||
- src: "../connector.as400/target/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-2.0.2-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:
|
file_info:
|
||||||
mode: 0755
|
mode: 0755
|
||||||
owner: "centreon-as400"
|
owner: "centreon-as400"
|
||||||
|
|
Loading…
Reference in New Issue