aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins_build.sh
AgeCommit message (Collapse)Author
2014-03-06chore(build): don't instruct Jenkins test on IEIgor Minar
for an unknown reason the VMs can't connect to local karma, so all builds on Jenkins (ci.angularjs.org) are failing right now. Since we want to kill Jenkins anyway, and travis tests on IE, this should not have any significant impact on us.
2014-03-06chore(build): remove IE8 target from all test configsIgor Minar
BREAKING CHANGE: As communicated before, IE8 is no longer supported. more info: http://blog.angularjs.org/2013/12/angularjs-13-new-release-approaches.html
2014-02-22chore(docs-app): re-activate docs-app test tasksPeter Bacon Darwin
Currently there is only a minimal test spec in place. But this will now be run as part of the test tasks.
2014-02-07chore(testing): switch Jenkins to test e2e only on chromeJulie
End to end tests will continue to be run on Safari and Firefox on Travis. Closes #6187
2014-02-05chore(testing): fix Jenkins breakage due to test directory already being presentJulie
2014-02-05chore(testing): run end to end tests on firefox and safari as well as chromeJulie
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well, and make the Travis tests run output XML and turn off color. Fix tests which were failing in Firefox due to clear() not working as expected. Fix tests which were failing in Safari due to SafariDriver not understanding the minus key, and disable tests which SafariDriver has no support for.
2014-02-05chore(end2end): remove old references to the scenario runner and update to ↵Julie
point to protractor
2014-01-09feat(build): add a grunt test for running protractor tests extracted from ↵Julie
the docs
2013-12-16chore: run docs unit test only onceVojta Jina
Before we would run them twice on Travis. I don't think it should be part of ci-check task.
2013-12-13chore(build): correct and refactor release scriptTobias Bosch
2013-12-13chore(build): set execute flag on scriptsTobias Bosch
2013-12-13chore(build): automate cutting a release, publishing to bower and to ↵Tobias Bosch
code.angular.js
2013-08-30chore(build): add jenkins_build.sh fileIgor Minar