Start monitoring your jobs
Sign in to create a workspace. Each job receives its own token for sending updates.
PingStep does not store passwords. A private viewer token can be shared with someone who only needs to follow a job.
Your jobs
See the latest stage each script reported, and spot lost visibility early.
Your first run in four steps
- Create a job
- Copy its token
- Send an event
- See the run here
1. Create a job
Use a simple, non-sensitive name. PingStep stores no raw logs or credentials.
2. Send updates
Set your job token and PingStep URL in the script, then send a start event, useful stages, and a final result.
PINGSTEP_URL=https://pingstep.dev PINGSTEP_TOKEN=your-job-token
Send started, then step or heartbeat, then succeeded or failed. A job only becomes succeeded or failed when your script explicitly says so.
What is the difference between stale and failed?
Stale means PingStep has not received an update on time. The job may still be running. Failed means your script sent a failed event.
Runs
| Job | Run status | Last reported stage | Last update |
|---|---|---|---|
| No jobs yetCreate a job above to get its script token. | |||