Skip to content

Commit

Permalink
Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Feb 19, 2021
1 parent 6adc281 commit e85deab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'cypress/base:10'
image 'cypress/included'
}

}
Expand Down Expand Up @@ -59,6 +59,8 @@ pipeline {

post {
always {
archiveArtifacts 'cypress/videos/*'
archiveArtifacts 'cypress/screenshots/*'
junit 'test-results.xml'
}
}
Expand Down

0 comments on commit e85deab

Please sign in to comment.