Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - build_logs_to_retain: 1000
- name: demo-comp2
- plan:
- - get: landscape
- passed:
- - demo-comp1
- trigger: true
- - attempts: 3
- config:
- container_limits: {}
- image_resource:
- source:
- password: ''
- repository: ubuntu
- username: ''
- type: docker-image
- inputs:
- - name: landscape
- params:
- INFLUXDB_DATABASE: newdatabase
- INFLUXDB_PASSWORD: 123456789abcdefgh
- INFLUXDB_URL: influxdb.com
- INFLUXDB_USER: newuser
- MY_NAME: Rohith
- platform: linux
- run:
- path: my_path/my_path/script.sh
- task: task1
- timeout: 120m
- - attempts: 3
- config:
- container_limits: {}
- image_resource:
- source:
- password: ''
- repository: ubuntu
- username: ''
- type: docker-image
- inputs:
- - name: landscape
- params:
- INFLUXDB_DATABASE: newdatabase
- INFLUXDB_PASSWORD: 123456789abcdefgh
- INFLUXDB_URL: influxdb.com
- INFLUXDB_USER: newuser
- MY_NAME: Rohith
- platform: linux
- run:
- path: my_path/my_path/script.sh
- task: test-demo-comp2
- timeout: 20m
- serial: true
- - build_logs_to_retain: 1000
- name: demo-comp1
- plan:
- - get: landscape
- trigger: true
- - attempts: 3
- config:
- container_limits: {}
- image_resource:
- source:
- password: ''
- repository: ubuntu
- username: ''
- type: docker-image
- inputs:
- - name: landscape
- params:
- INFLUXDB_DATABASE: newdatabase
- INFLUXDB_PASSWORD: 123456789abcdefgh
- INFLUXDB_URL: influxdb.com
- INFLUXDB_USER: newuser
- MY_NAME: Rohith
- platform: linux
- run:
- path: my_path/my_path/script.sh
- task: deploy-demo-comp1
- timeout: 120m
- - attempts: 3
- config:
- container_limits: {}
- image_resource:
- source:
- password: ''
- repository: ubuntu
- username: ''
- type: docker-image
- inputs:
- - name: landscape
- params:
- INFLUXDB_DATABASE: newdatabase
- INFLUXDB_PASSWORD: 123456789abcdefgh
- INFLUXDB_URL: influxdb.com
- INFLUXDB_USER: newuser
- MY_NAME: Rohith
- platform: linux
- run:
- path: my_path/my_path/script.sh
- task: test-demo-comp1
- timeout: 20m
- serial: true
- resources:
- - check_every: 5m
- name: landscape
- source:
- branch: master
- password: newpassword
- paths:
- - config/*
- - config/**/*
- uri: my_repo.git
- username: myuser
- type: git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement