alibaba / freeline

A super fast build tool for Android, an alternative to Instant Run
https://www.freelinebuild.com/
BSD 3-Clause "New" or "Revised" License
5.48k stars 622 forks source link

Custom task is not recognized by jenkins #1037

Open anweshadhal opened 3 years ago

anweshadhal commented 3 years ago

Hi @wakaleo,

I was trying to run my code in jenkins and created jenkins job with the below build info and task info. But got "org.gradle.execution.TaskSelectionException: Task 'runHDFCCalculatorBDDCucumberUI' not found in root project" error.

Custom Task Name: runHDFCCalculatorBDDCucumberUI

Build tab: Screenshot (24)

Task in build.gradle

Screenshot (22)

Error in Jenkins: Screenshot (23)

Could you please help me by providing some solution to this error!!

Thanks in advance