Commit 11f7420a authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

modify jenkinsfile

parent e568deb4
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ pipeline {
	}*/	
	
    stages {
        stage ('Dependecies') {
        stage ('Dependencies') {
            steps {
                echo 'Installing Dependencies'
                sh 'yarn install'
@@ -26,7 +26,6 @@ pipeline {
                sh 'yarn build'
            }
        }
    }
        stage('Artifact') {
            steps {
                archiveArtifacts artifacts: '**/build/*'