Skip to content

Commit 7e392cb

Browse files
committed
Fix typo
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
1 parent 33ef227 commit 7e392cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jenkins-scripts/dsl/brew_release.dsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void include_common_params(Job job)
5151
// 1. BREW pull request SHA updater
5252
def release_job = job("generic-release-homebrew_pull_request_updater")
5353
OSRFUNIXBase.create(release_job)
54-
OSRFCredentials.allowOsrfbuildToRunTheBuild(job)
54+
OSRFCredentials.allowOsrfbuildToRunTheBuild(release_job)
5555

5656
include_common_params(release_job)
5757
release_job.with

jenkins-scripts/dsl/ignition_collection.dsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ nightly_collection = gz_collections_yaml.collections
148148

149149
def nightly_scheduler_job = job("ignition-${gz_nightly}-nightly-scheduler")
150150
OSRFUNIXBase.create(nightly_scheduler_job)
151-
OSRFCredentials.setOSRFCrendentials(job, ['OSRFBUILD_JENKINS_TOKEN'])
151+
OSRFCredentials.setOSRFCrendentials(nightly_scheduler_job, ['OSRFBUILD_JENKINS_TOKEN'])
152152

153153
nightly_scheduler_job.with
154154
{

0 commit comments

Comments
 (0)