1
0
Fork 0

Merge branch 'master' of github.com:Findus23/matomo-injector

This commit is contained in:
Lukas Winkler 2018-08-24 17:36:44 +02:00
commit faf8aa8c9d
Signed by: lukas
GPG key ID: 54DE4D798D244853

10
Jenkinsfile vendored
View file

@ -28,6 +28,16 @@ pipeline {
sh 'yarn run htmllint' sh 'yarn run htmllint'
} }
} }
stage('build') {
steps {
sh 'yarn run build'
}
}
}
}
stage('Artefacts') {
steps {
archiveArtifacts 'web-ext-artifacts/'
} }
} }
} }