This commit is contained in:
Tilman Kamp 2019-05-10 18:21:00 +02:00
Родитель 01b5e0fb3c
Коммит d3a894d385
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -998,7 +998,7 @@ program
if (!clusterRequest) {
fail('No resources requested from cluster. Please provide them either through command line or through a "' + REQUEST_FILE + '" file in your project root.')
}
if (title.length > 20) {
if (title.length > 40) {
fail('Job title too long (20 characters max)')
}
callPit('post', 'jobs', {