Updated Jenkinsfile

This commit is contained in:
2024-11-17 17:13:58 -05:00
parent 6571799c9e
commit 01cc3684eb

8
Jenkinsfile vendored
View File

@@ -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'