Skip to content

Commit

Permalink
add new
Browse files Browse the repository at this point in the history
add test

add test

add test

add test

add new

add test scripts

remove file

add new paramter

add new

add new

add new

add new

add new

add new 001
  • Loading branch information
Fred-sun committed Sep 3, 2020
1 parent dc2f145 commit 11b9336
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 111 deletions.
22 changes: 21 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,37 @@
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
parameters:
- name: PYTHON_VER
displayName: 'Python Version'
type: string
default: "2.7"
values:
- "2.7"
- "3.6"
- name: ANSIBLE_VER
displayName: 'Ansible Version'
type: string
default: "2.9.0"
values:
- "2.9.0"
- "2.10.0"

trigger:
- master

pool:
vmImage: 'ubuntu-latest'

steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'

- script: echo ${{ parameters.PYTHON_VER }} and ${{ parameters.ANSIBLE_VER }}
displayName: 'Get predefine parameter'

- script: echo Python${{ parameters.PYTHON_VER }} and ${{ parameters.ANSIBLE_VER }}
displayName: 'Get predefine parameter'

- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
Expand Down
110 changes: 0 additions & 110 deletions pr-pipelines.yml

This file was deleted.

0 comments on commit 11b9336

Please sign in to comment.