Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sachinrana135/f9051c3da190eaaa4cb66b3cd6f5121d to your computer and use it in GitHub Desktop.
Save sachinrana135/f9051c3da190eaaa4cb66b3cd6f5121d to your computer and use it in GitHub Desktop.
Python Task - Azure build change list notification on team's channel
- task: PythonScript@0
displayName: 'Notification for build change list'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
scriptSource: 'filePath'
scriptPath: '$(Build.SourcesDirectory)/{PATH_TO_YOUR_PYTHON_SCRIPT_FILE}'
arguments: '{WEBHOOK_URL}'
failOnStderr: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment