change to see if jenkins is working

This commit is contained in:
Adrian Charkiewicz 2022-04-09 18:41:11 +02:00
parent 7afb3efe31
commit 139e9fbade

View File

@ -6,7 +6,7 @@ pipeline {
buildSelector( buildSelector(
defaultSelector: lastSuccessful(), defaultSelector: lastSuccessful(),
name: 's444354-create-dataset', name: 's444354-create-dataset',
description: 'Which build to use for copying artifacts' description: 'Which build to use for copying artifacts'
) )
} }