mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-09 14:39:09 +00:00
prepare release 1.2
This commit is contained in:
parent
3b6892e3b7
commit
9dd61ad832
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
<author>Vincent Behar</author>
|
<author>Vincent Behar</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.2" date="Not Yet Released" description="Ad-hoc scripts + history events">
|
<release version="1.2" date="2011-07-31" description="Ad-hoc scripts + history events">
|
||||||
<action dev="vbehar" type="add">Run ad-hoc scripts</action>
|
<action dev="vbehar" type="add">Run ad-hoc scripts</action>
|
||||||
<action dev="vbehar" type="add">List history events</action>
|
<action dev="vbehar" type="add">List history events</action>
|
||||||
</release>
|
</release>
|
||||||
|
|
|
@ -11,7 +11,7 @@ Save the following script in a file named "{{rundeck.groovy}}", and execute it w
|
||||||
|
|
||||||
{code}
|
{code}
|
||||||
// we use Grape (Ivy) to download the lib (and its dependencies) from Maven Central Repository
|
// we use Grape (Ivy) to download the lib (and its dependencies) from Maven Central Repository
|
||||||
@Grab(group='org.rundeck', module='rundeck-api-java-client', version='1.1')
|
@Grab(group='org.rundeck', module='rundeck-api-java-client', version='1.2')
|
||||||
import org.rundeck.api.RundeckClient
|
import org.rundeck.api.RundeckClient
|
||||||
|
|
||||||
rundeck = new RundeckClient("http://localhost:4440", "admin", "admin")
|
rundeck = new RundeckClient("http://localhost:4440", "admin", "admin")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue