Skip to content

Commit

Permalink
New enhancements added:
Browse files Browse the repository at this point in the history
+ Pass headers using JSON or YML format (ohioit#3)
+ Pass body text
+ Print the response on rundeck
+ Print the response to a file
+ Move the authentication fields to the job level
+ getting the authentication  password from the key storage
+ Use options in remote URL  (ohioit#1)
  • Loading branch information
ltamaster committed Mar 22, 2017
1 parent 8fdc0b5 commit 543cec3
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 20 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ configuration and avoids them being exported with projects.
## Todo

- Support request parameters from config and/or data
- Support request body from config and/or data
- Find a way to support per-job authentication settings?
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.esotericsoftware.yamlbeans</groupId>
<artifactId>yamlbeans</artifactId>
<version>1.11</version>
</dependency>
</dependencies>

<build>
Expand Down
Loading

0 comments on commit 543cec3

Please sign in to comment.