Skip to content

Commit

Permalink
fix freestyle job quote error
Browse files Browse the repository at this point in the history
Signed-off-by: Min Min <[email protected]>
  • Loading branch information
jamsman94 committed Dec 30, 2024
1 parent dfd6b31 commit 40c37c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ func (j *FreeStyleJob) ToJobs(taskID int64) ([]*commonmodels.JobTask, error) {
}

for jobSubTaskID, service := range j.spec.Services {
log.Infof(">>>>>>>>>>>>>>>>>>>>> generating job for service: %s, module: %s", service.ServiceName, service.ServiceModule)
task, err := j.toJob(taskID, jobSubTaskID, registries, service, logger)
if err != nil {
return nil, err
Expand Down

0 comments on commit 40c37c6

Please sign in to comment.