Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(ci): fix checkout of centreon-build (#10483)
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Dec 13, 2021
1 parent afb16d3 commit e610d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ try {
},
'Lighthouse CI': {
node {
checkoutCentreonBuild();
checkoutCentreonBuild(buildBranch);
unstash 'tar-sources'
sh "./centreon-build/jobs/web/${serie}/mon-web-lighthouse-ci.sh centos7"
publishHTML([
Expand Down

0 comments on commit e610d59

Please sign in to comment.