Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added projectType and step startTime #657

Merged
merged 2 commits into from
Mar 12, 2019
Merged

Conversation

trapacska
Copy link
Collaborator

No description provided.

@@ -105,6 +105,7 @@ type StepIDData struct {

// BuildRunResultsModel ...
type BuildRunResultsModel struct {
ProjectType string `json:"project_type" yaml:"project_type"`
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Status int `json:"status" yaml:"status"`
Idx int `json:"idx" yaml:"idx"`
RunTime time.Duration `json:"run_time" yaml:"run_time"`
StartTime time.Time `json:"start_time" yaml:"start_time"`
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BirmacherAkos
BirmacherAkos previously approved these changes Mar 11, 2019
cli/run_util.go Outdated
RunTime: time.Now().Sub(stepStartTime),
ErrorStr: errStr,
ExitCode: exitCode,
StartTime: startTime,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do not you use stepStartTime or the copy of stepStartTime if it would point to the last startTime?

@trapacska trapacska merged commit 9f6bd38 into master Mar 12, 2019
@trapacska trapacska deleted the feature/plugin-info-update branch March 12, 2019 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants