Skip to content

Commit 9840439

Browse files
committed
Синтаксическая ошибка
1 parent c7c8e6b commit 9840439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ pipeline {
313313
steps {
314314
script {
315315
def codename = ''
316-
if (env.VersionSuffix != null && !env.VersionSuffix.isEmpty() {
316+
if (env.VersionSuffix != null && !env.VersionSuffix.isEmpty()) {
317317
codename = 'dev'
318318
}
319319
else

0 commit comments

Comments
 (0)