Skip to content

Commit

Permalink
Merge pull request #2 from bcgov-nr/fix/missingComma
Browse files Browse the repository at this point in the history
fix: missing comma
andrwils authored May 7, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
2 parents 9e8fc3f + f368554 commit 26bd4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/fluentbit-deploy/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ pipeline {
intention.setEventDetails(
userName: JenkinsUtil.getCauseUserId(currentBuild),
url: env.BUILD_URL,
packageInstallationName: "fluent-bit-${env.FB_OS_VARIANT}"
packageInstallationName: "fluent-bit-${env.FB_OS_VARIANT}",
packageInstallationVersion: env.FB_FLUENTBIT_RELEASE
)
intention.intention.actions[1].cloud.target.instance.name = params.fluentbitHost

0 comments on commit 26bd4ad

Please sign in to comment.