Skip to content

Commit

Permalink
add new
Browse files Browse the repository at this point in the history
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 72bbc7a commit 0665769
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 143 deletions.
23 changes: 21 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,41 @@
# 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
displayName: 'Run a multi-line script'


- task: PythonScript@0
inputs:
Expand Down
31 changes: 0 additions & 31 deletions azure-pipelines.yml_bac

This file was deleted.

110 changes: 0 additions & 110 deletions pr-pipelines.yml

This file was deleted.

0 comments on commit 0665769

Please sign in to comment.