48 Commits

Author SHA1 Message Date
Nanne Baars
9f12da1434 Changed e-mail address 2017-05-21 14:44:33 +02:00
Nanne Baars
f7c060ec81 Fixing Travis build 2017-03-23 21:54:02 +01:00
Nanne Baars
034bcf1305 Fixing Travis build 2017-03-22 20:53:10 +01:00
Nanne Baars
de4e581ee4 Update .travis.yml 2016-12-24 09:26:21 +01:00
Nanne Baars
0d0d2258d8 Changing install to package to include lessons as well 2016-12-24 09:24:22 +01:00
Nanne Baars
c7e46bf3c9 Only uploading war 2016-11-23 23:37:34 +01:00
Nanne Baars
faeb5b1b24 Push develop to s3 2016-11-19 15:29:05 +01:00
Nanne Baars
431222e740 Push multiple branches 2016-11-19 15:11:53 +01:00
Nanne Baars
8c231bbd6d Removing profiles from pom.xml 2016-10-30 16:54:20 +01:00
Nanne Baars
e86d5b6820 Fixing Travis build - removing Sauce test cases as it will be much easier to create testcases and the UI is created based on asciidoc templates. 2016-10-30 15:41:45 +01:00
Nanne Baars
48c08ca726 Fixing Travis build 2016-10-30 15:15:53 +01:00
Doug Morato
44b20bfc89 Caching .m2 repository to speed the Travis build
Signed-off-by: Doug Morato <dm@corp.io>
2015-10-27 21:19:12 -04:00
Doug Morato
bdc99f305a Travis build number now available from admin page
On the About page, the travis build numbers will be reflected on the build: property

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-26 18:18:07 -04:00
Doug Morato
ff6a9b0295 Do not clean before mvn cobertura and coveralls
By cleaning before tbe cobertura goal, this was removing the exec.jar and the war file.

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-26 10:48:34 -04:00
Doug Morato
2803b7cd84 Adding VersionEye
VersionEye is a free service for open-source repositories that track and report the versions of all dependencies in a project

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-26 00:33:20 -04:00
Doug Morato
398f918376 Coveralls goal abreviation
Signed-off-by: Doug Morato <dm@corp.io>
2015-10-25 23:21:28 -04:00
Doug Morato
7e2d36ee48 Coveralls should be on Parent Pom
moving the coverall plugin to the parent pom level

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 20:26:17 -04:00
Doug Morato
c8c3b75fbf Coverity scans only on specific branch
Instead of running coverity scans on every commit on the master branch, run scan only on the coverity_scan branch

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 19:49:20 -04:00
Doug Morato
cffb515851 Adding Coveralls support
Coveralls.IO is free service to report on Code Coverage for Open-Source projects. Enabling the reporting using the maven cobertura plugin

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 19:40:39 -04:00
Doug Morato
fc0b781d4a Test enable Coverity SAST
Coverity is a cloud static code analysis tool, free for open-source projects. Enable scan submissions from travis CI

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 16:17:12 -04:00
Doug Morato
e4b6ed0244 Copy whole target folder, not just individual file
Instead of copying jar/war artifact individually, copy the whole target folder to the "Deployable Artifacts", which will then be uploaded to Amazon S3

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 14:11:37 -04:00
Doug Morato
010a67744c Copy output and target info upload to S3 folder
Instead of moving the the jar and war files from target, copy these files and the target direcotry into the WEBGOAT_ARTIFACTS_FOLDER so it's all uploaded to S3

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-22 18:51:43 -04:00
Doug Morato
171a66de57 Adding Coverity Scans integration 2015-09-16 21:59:50 -04:00
Doug Morato
13b63651da Replacing Maven package/verify goals by maven install, which runs all of them 2015-08-28 09:35:34 -04:00
Doug Morato
de6f1cf289 Change travis buils to not run Integration Tests on pull requests 2015-08-28 09:07:32 -04:00
Doug Morato
2223bf8eb2 Integration tests only run on verify/install/deploy 2015-08-24 19:44:12 -04:00
Doug Morato
8ed67ef62e Replace sauce labs config by Environment Properties 2015-08-24 19:38:37 -04:00
Doug Morato
62db0bfdef Adding basic Integration Tests with Sauce Labs integration 2015-08-24 19:24:22 -04:00
Doug Morato
e19f3bd72c Updated the Travis build to now include the lessons .jar files when
packaging the WAR and exec.jar
2015-08-21 20:44:59 +02:00
Doug Morato
65f239457f On deploy to S3 if build from WebGoat/WebGoat repo on Master branch 2015-08-20 21:44:54 -04:00
Doug Morato
1fbfb8bb66 Also deploy non-exec jar. Only deploy for JDK8 builds 2015-08-20 21:40:51 -04:00
Doug Morato
cf040af06b Move artifacts to folder, then deploy folder to S3 2015-08-20 21:33:58 -04:00
Doug Morato
cb5a7a5773 Fix variable for S3 deploy 2015-08-20 21:17:49 -04:00
Doug Morato
6ea7507488 Deploy S3 using maven parent version 2015-08-20 21:14:03 -04:00
Doug Morato
d96fe2a71e specify files for S# upload 2015-08-20 20:47:15 -04:00
Doug Morato
71effddccb Update S3 deployment to upload jar/war files only 2015-08-20 20:37:49 -04:00
Doug Morato
950fe974a7 replace ./ for /Users/dm in travis S3 uploader 2015-08-20 20:05:12 -04:00
Doug Morato
e5a475eff8 fix directory to upload to S3 2015-08-20 20:00:30 -04:00
Doug Morato
68cf2c033f fix directory to upload to S3 2015-08-20 19:07:59 -04:00
Doug Morato
5fba3a05cd Travis should only deploy target directory 2015-08-20 19:02:28 -04:00
Doug Morato
5f58bf40ae Fix Amazon S3 settings for Travis 2015-08-20 18:46:55 -04:00
Doug Morato
bab6fab744 Adding Amazzon S3 .war artifact upload 2015-08-20 17:28:22 -04:00
Doug Morato
656a37a403 Update travis.yml to build for JDK8 and also call the package goal 2015-08-20 17:09:49 -04:00
Nanne Baars
33b51dd6db Fixed travis setup 2015-08-11 22:00:14 +02:00
Nanne Baars
2c55ec5747 Fixed Travis-CI script 2015-08-09 13:46:21 +02:00
Nanne Baars
d207ee8849 Switch to JDK7 2015-08-09 13:45:22 +02:00
Nanne Baars
da68feb3f2 Fixed build for Travis-CI 2015-08-09 13:26:44 +02:00
Nanne Baars
9be61ad869 First attempt with Travis CI 2015-08-09 09:54:13 +02:00