diff --git a/.probo.yaml b/.probo.yaml new file mode 100644 index 0000000..25617ce --- /dev/null +++ b/.probo.yaml @@ -0,0 +1,8 @@ +assets: probo-credentials.yml +notifications: + slack: + - message: 'Custom message: New Probo build for project `$PROJECT_NAME` on branch `$BRANCH_NAME` at $BUILD_URL' +steps: + - name: Test Connection. + plugin: Shell + command: 'echo "Hello World!"'