alibaba / freeline

A super fast build tool for Android, an alternative to Instant Run

Home Page:https://www.freelinebuild.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom task is not recognized by jenkins

anweshadhal opened this issue · comments

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