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 {
|
pipeline {
|
||||||
|
agent none
|
||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
agent { docker { image 'rust' } }
|
agent { docker { image 'rust' } }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user