fooser 7 лет назад
Родитель
Сommit
d60cdfc9c2
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

@@ -5,11 +5,12 @@ pipeline {
         stage('Build') {
         stage('Build') {
             steps {
             steps {
                 echo 'Building...'
                 echo 'Building...'
+                python3.7 -m poetry install
             }
             }
         }
         }
         stage('Test') {
         stage('Test') {
             steps {
             steps {
-                echo 'Testing..'
+                python3.7 -m tox -e py37
             }
             }
         }
         }
         stage('Deploy') {
         stage('Deploy') {