fix(ci): add missing required section agent
This commit is contained in:
parent
dc998a4598
commit
2ba3ec71b7
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -1,4 +1,5 @@
|
||||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage('build') {
|
||||
agent { docker { image 'rust' } }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user