должно работать
parent
c596ca0e77
commit
6c99c385ad
|
|
@ -4,7 +4,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('recreate > build > reun container') {
|
stage('recreate > build > reun container') {
|
||||||
steps {
|
steps {
|
||||||
sh "docker-compose up --force-recreate --build parse_saby"
|
sh "docker-compose up --force-recreate --build -d parse_saby"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,24 @@
|
||||||
beautifulsoup4==4.13.4
|
annotated-types==0.7.0
|
||||||
certifi==2025.7.14
|
anyio==4.10.0
|
||||||
charset-normalizer==3.4.2
|
beautifulsoup4==4.13.5
|
||||||
|
bs4==0.0.2
|
||||||
|
certifi==2025.8.3
|
||||||
|
cffi==1.17.1
|
||||||
|
charset-normalizer==3.4.3
|
||||||
|
cryptography==45.0.6
|
||||||
|
fastapi==0.116.1
|
||||||
hvac==2.3.0
|
hvac==2.3.0
|
||||||
idna==3.10
|
idna==3.10
|
||||||
requests==2.32.4
|
oracledb==3.3.0
|
||||||
|
pycparser==2.22
|
||||||
|
pydantic==2.11.7
|
||||||
|
pydantic_core==2.33.2
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
requests==2.32.5
|
||||||
|
six==1.17.0
|
||||||
|
sniffio==1.3.1
|
||||||
soupsieve==2.7
|
soupsieve==2.7
|
||||||
typing_extensions==4.14.1
|
starlette==0.47.3
|
||||||
|
typing-inspection==0.4.1
|
||||||
|
typing_extensions==4.15.0
|
||||||
urllib3==2.5.0
|
urllib3==2.5.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue