fix Jenkinsfile
This commit is contained in:
parent
9aaa2481e5
commit
fb5a1e36fc
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,5 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { image 'tqcq/cross' }
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'tqcq/cross'
|
||||||
|
}
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Configure') {
|
stage('Configure') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user