🐳 chore:

This commit is contained in:
jerry 2022-05-03 18:28:18 +08:00
parent 36a3a9eb5d
commit e5f48b9f37

5
Jenkinsfile vendored

@ -9,11 +9,6 @@ pipeline {
}
steps {
sh 'mkdir build && cd build && qmake .. && make && cd ..'
}
}
stage('archive') {
steps {
archiveArtifacts(artifacts: 'build/src/spark-store', allowEmptyArchive: true, defaultExcludes: true)
}
}