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

Run mvn in batch mode inside the Docker PCT bootstrap script #224

Merged
merged 1 commit into from
Feb 6, 2020

Conversation

bitwiseman
Copy link
Contributor

Running mvn without -B on a clean system in CI results in tons of progress messages as all the artifacts download exploding the log. At current connection speeds progress reporting it mostly redundant anyway.

Adding -B still reports downloads but removed percent progress messages.

Running mvn without -B on a clean system in CI results in tons of progress messages as all the artifacts download exploding the log. At current connection speeds progress reporting it mostly redundant anyway. 

Adding -B still reports downloads but removed percent progress messages.
@oleg-nenashev oleg-nenashev changed the title Run mvn in batch mode Run mvn in batch mode inside the Docker PCT bootstrap script Feb 5, 2020
@oleg-nenashev oleg-nenashev merged commit 3d16d5e into jenkinsci:master Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants