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

jenkins: add options #559

Merged
merged 1 commit into from
Sep 24, 2018

Conversation

lamping7
Copy link
Contributor

  • set timeout to 1 hour
  • throw away old build logs, keep 10
  • remove unnecessary pipeline agent, blocking the node
  • formatting changes for readability

- set timeout to 1 hour
- throw away old build logs, keep 10
- remove unnecessary pipeline agent, blocking the node
- formatting changes for readability
@lamping7
Copy link
Contributor Author

@julianoes I threw this on top of #558

Copy link
Collaborator

@JonasVautherin JonasVautherin left a comment

Choose a reason for hiding this comment

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

LGTM, the CI failure seems to be coming from #558.

@@ -1,8 +1,13 @@
#!/usr/bin/env groovy
Copy link
Collaborator

Choose a reason for hiding this comment

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

ah!

}

} // parallel
} // Build
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍


options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
timeout(time: 60, unit: 'MINUTES')
Copy link
Collaborator

Choose a reason for hiding this comment

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

Makes sense!

@julianoes julianoes merged commit 720703c into mavlink:pr-557-follow-up Sep 24, 2018
@lamping7 lamping7 deleted the pr-jenkins_options branch September 24, 2018 19:55
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.

4 participants