We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b6d6a commit 3016288Copy full SHA for 3016288
utils.py
@@ -25,6 +25,5 @@ def log_dashboard_urls(pipeline_name: str):
25
logger.info(f"🌐 View this run: {dashboard_url}")
26
logger.info(f"🌐 View all artifacts: {base_url}/artifacts")
27
logger.info("=" * 60)
28
-
29
# Print dashboard URL for VSCode extension to capture
30
print(f"DASHBOARD_URL:{dashboard_url}")
0 commit comments