fix Jenkinsfile

This commit is contained in:
tqcq 2024-07-19 00:21:42 +08:00 committed by tqcq
parent 9aaa2481e5
commit fb5a1e36fc

6
Jenkinsfile vendored
View File

@ -1,5 +1,9 @@
pipeline { pipeline {
agent { image 'tqcq/cross' } agent {
docker {
image 'tqcq/cross'
}
}
stages { stages {
stage('Configure') { stage('Configure') {
steps { steps {