forked from ohioit/rundeck-http-plugin
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
sudo: required | ||
language: java | ||
jdk: | ||
- oraclejdk8 | ||
before_install: | ||
- sudo pip install codecov | ||
after_success: | ||
- codecov | ||
script: | ||
- gradle clean build | ||
env: | ||
global: | ||
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created | ||
# via the "travis encrypt" command using the project repo's public key | ||
- secure: "MULgeNJYgVa+lRZYEj6l7BoGAuxOabW7G4d/4U9kdJwtEwIGoj7/n0GIPJmTBiCqE8i4l++BYk6jvgWmvGUjBn/cjcjmqmp+1itbl2msYOJwOtyOZbvZGhU14a3UyxlnY7bHCVC8IBQO27ajw/2fkljCLw2phLgSw17gnSPmXhxuF0ZyI6M+MVOKvvtvTSxjThA1YUX6v8FisEBqLuk02FOFqKrmoBvydCNJyZpXKT5YU3eI3TEXwJ7wRouwS3WZf4s+NzfjvvkvjWRnHyredjgKucAmSkUHqHHVvYeNlpFIJtCFfLOrUPE/X90QZI13QBptN5zPFtDYyXn9I7JgB9jDIYrv2qc2gAVGSBUQSdgig/DiUTVDNH0I0GLbkUuT5xTKsZMItomHoLr+89d/PKbUEovz3pmBM05axmG2kfoj19wsVdkT9L3oLaWjdGmNZcPr+YNpdnDdiEp/DSraABFz+lpsecliR8oBXnSImEq4IGVw0R6ir3VZg5rLVJ/0u5w5XKUyuZOG9zk4IWowsD4r28Mga9H50N50qc2hA/7J7bGLD2E/n5iB7jcaOs9FC5bUQHN2LAHVwbEEXZJjekCfPlltZhoXVvlXbUwNuQ1KQgtE0pTvG8Xu0n2CN8MMZ2Pm07ZYKwBquat4hXbtMtqxJpl4ngviS6XjxquGRA8=" | ||
addons: | ||
coverity_scan: | ||
project: | ||
name: "rundeck-plugins/rundeck-http-plugin" | ||
description: "Rundeck HTTP Workflow Step Plugin" | ||
notification_email: [email protected] | ||
build_command_prepend: "gradle clean" | ||
build_command: "gradle build" | ||
branch_pattern: code-analysis |