chore: update jenkinsfile

This commit is contained in:
jerry 2022-04-30 20:09:18 +08:00
parent 4f600f3ec7
commit 28ea231170

4
Jenkinsfile vendored
View File

@ -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)
}
}