Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commands/model-source/script
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ cat > $BUILD_DIR/$NAME/plugin.yaml <<EOF
# Generated by rundeck-plugin. Do not edit.
name: $NAME
version: $VERSION
rundeckPluginVersion: 1.0
rundeckPluginVersion: 1.2
author: $USER
date: $(date)
providers:
Expand Down
2 changes: 1 addition & 1 deletion commands/node-executor/script
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ cat > $BUILD_DIR/$NAME/plugin.yaml <<EOF
# Generated by rundeck-plugin. Do not edit.
name: $NAME
version: $VERSION
rundeckPluginVersion: 1.0
rundeckPluginVersion: 1.2
author: $USER
date: $(date)
providers:
Expand Down
2 changes: 1 addition & 1 deletion commands/node-steps/script
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cat > $BUILD_DIR/$PLUGIN_NAME/plugin.yaml <<EOF
# Generated by rundeck-plugin:node-steps. Do not edit.
name: $PLUGIN_NAME
version: 1.0
rundeckPluginVersion: 1.0
rundeckPluginVersion: 1.2
author: $USER
date: $(date)
providers:
Expand Down
2 changes: 1 addition & 1 deletion commands/remote-node-steps/script
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ cat > $BUILD_DIR/$PLUGIN_NAME/plugin.yaml <<EOF
# Generated by rundeck-plugin:remote-node-steps. Do not edit.
name: $PLUGIN_NAME
version: 1.0
rundeckPluginVersion: 1.0
rundeckPluginVersion: 1.2
author: $USER
date: $(date)
providers:
Expand Down
2 changes: 1 addition & 1 deletion commands/workflow-steps/script
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cat > $BUILD_DIR/$PLUGIN_NAME/plugin.yaml <<EOF
# Generated by rundeck-plugin:workflow-steps. Do not edit.
name: $PLUGIN_NAME
version: 1.0
rundeckPluginVersion: 1.0
rundeckPluginVersion: 1.2
author: $USER
date: $(date)
providers:
Expand Down