diff --git a/jenkinsfile b/jenkinsfile index 4ef4f452..260fc34b 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -4,7 +4,7 @@ pipeline { parameters { string(name: 'DOCKER_REGISTRY', description: 'Docker registry URL (e.g., ECR URL)', defaultValue: 'hms-dbmi') string(name: 'REPOSITORY_NAME', description: 'Docker repository name', defaultValue: 'psama') - boolean(name: 'DEPLOY', description: 'Deploy the image to the registry', defaultValue: true) + bool(name: 'DEPLOY', description: 'Deploy the image to the registry', defaultValue: true) } environment {