mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-05-14 21:29:49 +08:00
🐳 chore:
This commit is contained in:
parent
36a3a9eb5d
commit
e5f48b9f37
5
Jenkinsfile
vendored
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)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user