Fix Jeniknsfile_Stats

This commit is contained in:
Dawid 2021-04-08 23:54:56 +02:00
parent be94cb51c2
commit e0e17e3ae6

View File

@ -1,7 +1,5 @@
pipeline {
agent {
docker { image 'ubuntu:latest' }
}
agent any
parameters {
buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR')
}