mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Pre-build cypress images before runnings integration tests
This commit is contained in:
parent
b699f05f47
commit
025fc9776b
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -98,6 +98,12 @@ pipeline {
|
||||
archiveArtifacts(artifacts: 'docs/docs.tgz', allowEmptyArchive: false)
|
||||
}
|
||||
}
|
||||
stage('Cypress') {
|
||||
steps {
|
||||
sh 'docker-compose build cypress-sqlite'
|
||||
sh 'docker-compose build cypress-mysql'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Integration Tests') {
|
||||
|
Loading…
Reference in New Issue
Block a user