-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Can u share a sample pipeline on how we can use this please
i have been trying the below yaml file
resource_types:
-
name: ssh
type: docker-image
source:
repository: henry40408/concourse-ssh-resource -
name: meta
type: docker-image
source:
repository: vito/metadata-resource
resources:
-
name: staging-server
type: ssh
source:
host: 130.124.6.131
user: admin
password: "qwerty!" -
name: meta
type: meta
jobs:
- name: echo
plan:- get: meta
- put: staging-server
params:
interpreter: /bin/sh
script: |
echo $BUILD_ID
cat /tmp/build/get/build-id
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels