Created
May 15, 2018 16:00
-
-
Save bmoussaud/8dcec4e3b81976cedbc6189a528f9b95 to your computer and use it in GitHub Desktop.
control task delegate du generic plugin peut être utilisé sur des types de base…
This file contains hidden or 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
Un control task delegate du generic plugin peut être utilisé sur des types de base… | |
<type type="da.GenericFileDeployed" extends="udm.BaseDeployedArtifact" deployable-type="da.GenericFile" | |
container-type="da.FileContainer" description="WAS CNAF J2EE Application Resources Deployment" > | |
<generate-deployable type="da.GenericFile" extends="udm.BaseDeployableArtifact"/> | |
<method name="JMM_restart" label="JMM Beautiful restart..." | |
description="Restart" | |
delegate="shellScripts" | |
scripts="control-tasks/test.ftl,control-task/step2.ftl" | |
host="${thisCi.container.host}"> | |
</method> | |
</type> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment