Explorar o código

Updated Jenkinsfile

fooser %!s(int64=7) %!d(string=hai) anos
pai
achega
d60cdfc9c2
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

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