Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon-connectors
Commits
2ade9ca2
Commit
2ade9ca2
authored
Sep 03, 2018
by
Matthieu Kermagoret
Browse files
refactor(build): update version from 18.9 to 18.10.
parent
59eaf066
Changes
3
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
2ade9ca2
...
...
@@ -4,7 +4,7 @@ stage('Source') {
dir
(
'centreon-connector'
)
{
checkout
scm
}
sh
'./centreon-build/jobs/connector/18.
9
/mon-connector-source.sh'
sh
'./centreon-build/jobs/connector/18.
10
/mon-connector-source.sh'
source
=
readProperties
file:
'source.properties'
env
.
VERSION
=
"${source.VERSION}"
env
.
RELEASE
=
"${source.RELEASE}"
...
...
@@ -16,7 +16,7 @@ try {
parallel
'centos7'
:
{
/* node {
sh 'setup_centreon_build.sh'
sh './centreon-build/jobs/connector/18.
9
/mon-connector-unittest.sh centos7'
sh './centreon-build/jobs/connector/18.
10
/mon-connector-unittest.sh centos7'
step([
$class: 'XUnitBuilder',
thresholds: [
...
...
@@ -36,7 +36,7 @@ try {
parallel
'centos7'
:
{
node
{
sh
'setup_centreon_build.sh'
sh
'./centreon-build/jobs/connector/18.
9
/mon-connector-package.sh centos7'
sh
'./centreon-build/jobs/connector/18.
10
/mon-connector-package.sh centos7'
}
}
if
((
currentBuild
.
result
?:
'SUCCESS'
)
!=
'SUCCESS'
)
{
...
...
perl/build/CMakeLists.txt
View file @
2ade9ca2
...
...
@@ -27,7 +27,7 @@ include_directories("${PROJECT_SOURCE_DIR}/inc")
# Project version.
set
(
CONNECTOR_PERL_MAJOR 18
)
set
(
CONNECTOR_PERL_MINOR
9
)
set
(
CONNECTOR_PERL_MINOR
10
)
set
(
CONNECTOR_PERL_PATCH 0
)
set
(
CONNECTOR_PERL_VERSION
"
${
CONNECTOR_PERL_MAJOR
}
.
${
CONNECTOR_PERL_MINOR
}
.
${
CONNECTOR_PERL_PATCH
}
"
)
add_definitions
(
-DCENTREON_CONNECTOR_PERL_VERSION=\"
${
CONNECTOR_PERL_VERSION
}
\"
)
...
...
ssh/build/CMakeLists.txt
View file @
2ade9ca2
...
...
@@ -27,7 +27,7 @@ include_directories("${PROJECT_SOURCE_DIR}/inc")
# Project version.
set
(
CONNECTOR_SSH_MAJOR 18
)
set
(
CONNECTOR_SSH_MINOR
9
)
set
(
CONNECTOR_SSH_MINOR
10
)
set
(
CONNECTOR_SSH_PATCH 0
)
set
(
CONNECTOR_SSH_VERSION
"
${
CONNECTOR_SSH_MAJOR
}
.
${
CONNECTOR_SSH_MINOR
}
.
${
CONNECTOR_SSH_PATCH
}
"
)
add_definitions
(
-DCENTREON_CONNECTOR_SSH_VERSION=\"
${
CONNECTOR_SSH_VERSION
}
\"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment