Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwils committed May 7, 2024
1 parent 9e8fc3f commit f368554
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
Expand Up @@ -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
Expand Down

0 comments on commit f368554

Please sign in to comment.