SCLITE config

This commit is contained in:
Damian Michalski 2020-04-03 15:18:18 +02:00
parent 5b716fbd0e
commit 4bf5395811

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
}
stage('Archive') {
steps {
archiveArtifacts '/**'
archiveArtifacts '**'
}
}
}