| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Change-Id: I279720f7b33e8275c0ed8a2f170f3e2f20a99610
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
|
|
|
|
|
|
|
|
| |
This fix will add option "cookie" so the module is able to download
the Java from current URL
Change-Id: Ifb4e3cbc744b6cdf81ff98531509bd77eacd6779
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
|
|
|
|
|
|
|
|
|
| |
This will install Java for windows. Java's Product code will be
saved and it will be used to uninstall java when java version
is changed.
Change-Id: I17a2ea66202128c469a9947ddf1366521955077f
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since puppet 2.7, dynamic variable lookup is deprecated.
Variables should be explicitly scoped to a namespace,
or '$::' for globals (including facts).
Fixes some warnings of the form:
Dynamic lookup of $somevar at somefile is deprecated.
Change-Id: I7bd84ee73f9c911e28c00a7795cb92ec8ef6dee4
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
|
|
jenkins_slave deploys a jenkins node on Windows or Linux.
The slave name is equal to the fqdn of the test machine and must be
pre-configured in the jenkins master before this module can be used.
The Windows implementation required some minor refactoring and the
addition of an implementation of the 'startup' defined type on Windows.
The installation of the Java virtual machine was split into a separate
module, since both Pulse and Jenkins depend on this.
Note that no nodes are yet assigned as Jenkins slaves.
Change-Id: I23e14564e2bd65fda607527107f4d7b6e7aea5e0
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
|