-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
2019 Week 50-52 (from Dec 9), 2020 Week 01-03 (from Dec 30)
-
NEW
-
NEW
Motivation, a failed build of the website shouldn't be published, as that breaks the website.
Build failures are probably being eaten here in the rake.rb script:
desc "Build the site" task :build => :check do system("echo Building...") system "bundle exec awestruct -P production --force" end
Do try it out locally, by temporarily commenting out the actual publish, so it only prints to the console if publish is called. Then introduce an error in the website (for example use an unexisting userId) to verify that publish isn't called than (but is called if it builds fine).
Afterwards, do the same changes on drools-website and jbpm-website repo's or talk to mbiarnes@redhat.com
- duplicates
-
PLANNER-1756 OptaPlanner Website: Fail if the build does not succeed
- Closed