View a component
Perform these steps to view a component.- Log in to NexusOne.
- Launch a build environment
- Click the object storage browser for S3 icon.
-
In the S3 bucket, browse to the component you want to view:
-
For an active app version, you can find the
components in the following paths:
- Artifacts:
<bucket_name>/deps/<app_name>/current/ - DAGs:
<bucket_name>/deps/<app_name>/current/dags/
- Artifacts:
-
For all versions of an app, including the active version, you can find the
components in the following paths:
- Artifacts:
<bucket_name>/deps/<app_name>/<version_name>/ - DAGs:
<bucket_name>/deps/<app_name>/<version_name>/dags/
- Artifacts:
-
For an active app version, you can find the
components in the following paths:
-
Optional: If you change the status of another app version to Active, then the
components of the new active app version replace components of the previously activated
app version in the
/current/path. However, you have to do one of the following to see the new components in the/current/path:-
Use the s3Cli ls command to see the new changes.
-
Restart the JupyterHub server by navigating to
File > Hub Control Panel > Stop My Server > Start My Server > Start. Then browse to the component you want to view.
-
Use the s3Cli ls command to see the new changes.