Updated Jenkinsfile
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -6,11 +6,11 @@ pipeline {
|
||||
sh 'docker-compose build'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
///stage('Test') {
|
||||
/// steps {
|
||||
sh 'docker-compose run --rm app python -m pytest'
|
||||
}
|
||||
}
|
||||
/// }
|
||||
///}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'docker-compose up -d'
|
||||
|
||||
Reference in New Issue
Block a user