File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ parameters:
22 - name : containerRegistry
33 default : " utPLSQL-docker"
44 - name : dockerRepo
5- default : " utplsqlv3/oracledb "
5+ default : " gvenzl/oracle-xe "
66 - name : utplsqlVersion
77 default : " "
88 - name : utplsqlDir
Original file line number Diff line number Diff line change 88
99 workflow_dispatch :
1010
11+ repository_dispatch :
12+ types : [utPLSQL-build]
13+
1114jobs :
1215 build :
1316
5861 env :
5962 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6063 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
64+
65+ slack-workflow-status :
66+ if : always()
67+ name : Post Workflow Status To Slack
68+ needs : [ build ]
69+ runs-on : ubuntu-latest
70+ steps :
71+ - name : Slack Workflow Notification
72+ uses : Gamesight/slack-workflow-status@master
73+ with :
74+ # Required Input
75+ repo_token : ${{secrets.GITHUB_TOKEN}}
76+ slack_webhook_url : ${{secrets.SLACK_WEBHOOK_URL}}
77+ # Optional Input
78+ name : ' Github Actions[bot]'
79+ icon_url : ' https://octodex.github.com/images/mona-the-rivetertocat.png'
80+
Original file line number Diff line number Diff line change 4444
4545 - template : .azure_templates/t-extend-database-build.yml
4646 parameters :
47+ containerRegistry : utPLSQL-docker
48+ dockerRepo : utplsqlv3/oracledb
4749 utplsqlVersion : ${UTPLSQL_VERSION}
4850 utplsqlDir : ${UTPLSQL_DIR}
4951 test_user : ${DB_USER}
You can’t perform that action at this time.
0 commit comments