Skip to content

Commit

Permalink
Fix typo (#185)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix another typo
  • Loading branch information
Victor Pascual authored and jennifer-shehane committed Jan 11, 2019
1 parent c5c92e5 commit 17e2251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ pipeline {
}
}

// this tage runs end-to-end tests, and each agent uses the workspace
// this stage runs end-to-end tests, and each agent uses the workspace
// from the previous stage
stage('cypress parallel tests') {
environment {
// we will be recordint test results and video on Cypress dashboard
// we will be recording test results and video on Cypress dashboard
// to record we need to set an environment variable
// we can load the record key variable from credentials store
// see https://jenkins.io/doc/book/using/using-credentials/
Expand Down

0 comments on commit 17e2251

Please sign in to comment.