Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Job Queues
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Go
Services
Job Queues
Compare revisions
v1.15.4 to v1.15.5
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
oss/libraries/go/services/job-queues
Select target project
No results found
v1.15.5
Select Git revision
Swap
Target
oss/libraries/go/services/job-queues
Select target project
oss/libraries/go/services/job-queues
1 result
v1.15.4
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
fix: implementation of interface failes
#40
· 92541572
Volker Schukai
authored
1 year ago
92541572
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
job.go
+1
-1
1 addition, 1 deletion
job.go
with
1 addition
and
1 deletion
job.go
View file @
92541572
...
...
@@ -264,7 +264,7 @@ func (j *Job[T]) Execute(ctx context.Context) (RunGenericResult, error) {
newLog
.
ErrorMsg
=
runnerError
.
Error
()
}
newLog
.
Result
=
CheckAndCallGetResult
(
r
.
Data
)
newLog
.
Result
=
CheckAndCallGetResult
(
&
r
.
Data
)
j
.
logs
=
append
(
j
.
logs
,
newLog
)
...
...
This diff is collapsed.
Click to expand it.