fix(ci): add missing required section agent

This commit is contained in:
andreas 2019-05-13 21:45:37 +02:00
parent dc998a4598
commit 2ba3ec71b7

1
Jenkinsfile vendored
View File

@ -1,4 +1,5 @@
pipeline { pipeline {
agent none
stages { stages {
stage('build') { stage('build') {
agent { docker { image 'rust' } } agent { docker { image 'rust' } }