Обновить Jenkinsfile

main
bart 2025-08-25 16:51:36 +05:00
parent a7364a1683
commit 7d2803df6a
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored
View File

@ -18,5 +18,12 @@ pipeline {
'''
}
}
stage('show logs') {
steps {
sh '''
docker-compose logs -f
'''
}
}
}
}