main
Лев 2025-08-25 15:18:00 +05:00
parent 391944b099
commit 61017d4473
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
sh '''
docker-compose up --build -d
docker images
docker run --rm parse_saby
docker run --rm git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest
'''
}
}