Commit 906da31e authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

modify jenkinsfile

parent 06358058
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -7,9 +7,6 @@ pipeline {
    }
    options {
        timeout(time: 30, unit: 'MINUTES')
    }
    environment {
        
    }
    stages {

@@ -19,14 +16,6 @@ pipeline {
                sh 'yarn build'
            }
        }

        stage ('Test') {
            steps {
                echo 'test'
                sh 'yarn test'
            }
        }

    }
    post {
        always {