From 185d3e6123c6412eb3f79063dd42963f3e1888fc Mon Sep 17 00:00:00 2001 From: lenape Date: Wed, 6 Aug 2025 04:29:11 +0000 Subject: [PATCH] automated terminal push --- infrastructure/services/Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure/services/Jenkinsfile b/infrastructure/services/Jenkinsfile index 031b09c..fc076dd 100644 --- a/infrastructure/services/Jenkinsfile +++ b/infrastructure/services/Jenkinsfile @@ -238,11 +238,11 @@ print('✅ Flask app import successful') # Test app creation with app.test_client() as client: -response = client.get('/health') -assert response.status_code == 200 -print('✅ Health endpoint test passed') -print(f'Health response: {response.get_json()}') - " + response = client.get('/health') + assert response.status_code == 200 + print('✅ Health endpoint test passed') + print(f'Health response: {response.get_json()}') +" echo "✅ Application tests completed"