Skip to content

Commit

Permalink
Include project in execution's job info section
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Feb 15, 2011
1 parent ee695b7 commit 9e63265
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -591,6 +591,7 @@ class ExecutionController {
job(id: e.scheduledExecution.id) {
name(e.scheduledExecution.jobName)
group(e.scheduledExecution.groupPath ?: '')
project(e.scheduledExecution.project)
description(e.scheduledExecution.description)
}
}
Expand Down

0 comments on commit 9e63265

Please sign in to comment.