Убрано логирование из Jenkins

main
Лев 2025-09-03 17:20:32 +05:00
parent 10d8b07ccf
commit d5113bb9b0
1 changed files with 0 additions and 6 deletions

6
Jenkinsfile vendored
View File

@ -7,11 +7,5 @@ pipeline {
sh "docker-compose up --force-recreate --build -d parse_saby"
}
}
stage('show logs') {
steps {
sh "docker-compose logs -f"
}
}
}
}