mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Merge branch 'post-03' into post-04
This commit is contained in:
@@ -32,13 +32,7 @@ steps:
|
|||||||
- bash: |
|
- bash: |
|
||||||
echo "Hello world from $AGENT_NAME running on $AGENT_OS"
|
echo "Hello world from $AGENT_NAME running on $AGENT_OS"
|
||||||
echo "Reason: $BUILD_REASON"
|
echo "Reason: $BUILD_REASON"
|
||||||
case "$BUILD_REASON" in
|
echo "Requested for: $BUILD_REQUESTEDFOR"
|
||||||
"Manual") echo "$BUILD_REQUESTEDFOR manually queued the build." ;;
|
|
||||||
"PullRequest") echo "This is a CI build for a pull request on $BUILD_REQUESTEDFOR." ;;
|
|
||||||
"IndividualCI") echo "This is a CI build for $BUILD_REQUESTEDFOR." ;;
|
|
||||||
"BatchedCI") echo "This is a batched CI build for $BUILD_REQUESTEDFOR." ;;
|
|
||||||
*) "$BUILD_REASON" ;;
|
|
||||||
esac
|
|
||||||
displayName: 'Build Info'
|
displayName: 'Build Info'
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user