OM
Size: a a a
OM
AB
AB
OM
ES
PK
ES
P
.gitlab/push.ymlМожно ли в этой строке найти имя файлов по маске?
composer.json
composer.lock
src/City.php
OM
P
OM
P
P
DB
git show --name-only --diff-filter=AM --pretty= | grep composer
AB
def computers = Jenkins.instance.computers
computers.each {
def executors = it.allExecutors
executors.each {
println "${it.displayName} - ${it.currentExecutable?.displayName}"
}
}
S
S
DS
DS
DS