jenkins-bot has submitted this change and it was merged.
Change subject: Make bundle install verbose!
......................................................................
Make bundle install verbose!
Increasing verbosity should help diagnosis when looking at Jenkins
console output.
Paired with Ċ½eljko Filipin.
Bug: 58040
Change-Id: Ie2f17996e601b87ddfac1112d24daa8bd763a4b8
---
M job_template.yaml
1 file changed, 7 insertions(+), 7 deletions(-)
Approvals:
Zfilipin: Looks good to me, approved
jenkins-bot: Verified
diff --git a/job_template.yaml b/job_template.yaml
index 127bf92..80c7c37 100644
--- a/job_template.yaml
+++ b/job_template.yaml
@@ -65,7 +65,7 @@
# install ruby dependencies
gem install bundler --no-ri --no-rdoc
cd {folder}/browser/
- bundle install
+ bundle install --verbose
# run tests
bundle exec cucumber --backtrace --verbose --format pretty --format
Cucumber::Formatter::Sauce --out reports/junit --tags @{mediawiki_url} || (echo
-e "\nJob has failed (exit code: $?)."; false)
@@ -104,7 +104,7 @@
# install ruby dependencies
gem install bundler --no-ri --no-rdoc
cd {folder}/browser/
- bundle install
+ bundle install --verbose
# run tests
bundle exec cucumber --backtrace --verbose --format pretty --format
Cucumber::Formatter::Sauce --out reports/junit --tags @{mediawiki_url} --tags
@{browser} || (echo -e "\nJob has failed (exit code: $?)."; false)
@@ -143,7 +143,7 @@
# install ruby dependencies
gem install bundler --no-ri --no-rdoc
cd {folder}/browser/
- bundle install
+ bundle install --verbose
# run tests
bundle exec cucumber --backtrace --verbose --format pretty --format
Cucumber::Formatter::Sauce --out reports/junit --tags @{mediawiki_url} --tags
@{browser} || (echo -e "\nJob has failed (exit code: $?)."; false)
@@ -182,7 +182,7 @@
# install ruby dependencies
gem install bundler --no-ri --no-rdoc
cd {folder}/browser/
- bundle install
+ bundle install --verbose
# run tests
bundle exec cucumber --backtrace --verbose --format pretty --format
Cucumber::Formatter::Sauce --out reports/junit --tags @{mediawiki_url} || (echo
-e "\nJob has failed (exit code: $?)."; false)
@@ -267,7 +267,7 @@
# install ruby dependencies
gem install bundler --no-ri --no-rdoc
cd {folder}/browser/
- bundle install
+ bundle install --verbose
# run tests
bundle exec cucumber --backtrace --verbose --format pretty --format
Cucumber::Formatter::Sauce --out reports/junit
features/verify_production_wikis.feature || (echo -e "\nJob has failed (exit
code: $?)."; false)
@@ -306,7 +306,7 @@
# install ruby dependencies
gem install bundler --no-ri --no-rdoc
cd tests/browser/
- bundle install
+ bundle install --verbose
# run tests
bundle exec cucumber --backtrace --verbose --format pretty --format
Cucumber::Formatter::Sauce --out reports/junit --tags @{mediawiki_url} || (echo
-e "\nJob has failed (exit code: $?)."; false)
@@ -352,7 +352,7 @@
# install ruby dependencies
gem install bundler --no-ri --no-rdoc
cd {folder}/browser/
- bundle install
+ bundle install --verbose
# run tests
bundle exec cucumber --backtrace --verbose --format pretty --format
Cucumber::Formatter::Sauce --out reports/junit --tags @{mediawiki_url} --tags
@$BROWSER_TAG || (echo -e "\nJob has failed (exit code: $?)."; false)
--
To view, visit https://gerrit.wikimedia.org/r/126947
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie2f17996e601b87ddfac1112d24daa8bd763a4b8
Gerrit-PatchSet: 5
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: cloudbees
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits