Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bmoussaud/8dcec4e3b81976cedbc6189a528f9b95 to your computer and use it in GitHub Desktop.
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…
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