mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-19 09:32:20 +08:00
chore: update jenkinsfile
This commit is contained in:
parent
4f600f3ec7
commit
28ea231170
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -4,12 +4,12 @@ pipeline {
|
||||
stage('build') {
|
||||
agent {
|
||||
docker {
|
||||
image 'jerry979/dtke:5.11.1'
|
||||
image 'shenmo7192/uos-21-dtk5.4'
|
||||
}
|
||||
|
||||
}
|
||||
steps {
|
||||
sh 'mkdir build && cd build && qmake .. && make '
|
||||
sh 'dpkg-buildpackage && tree .'
|
||||
archiveArtifacts(artifacts: 'build/src/spark-store', allowEmptyArchive: true, defaultExcludes: true)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user