Issue with Integration with Jenkins

Daniel G, modified 5 Years ago. Regular Member Posts: 141 Join Date: 3/14/17 Recent Posts
Hi all,
I am facing some issues when I am trying  to integrate Jenkins with Liferay and svn.
I have my entire workspace on svn repository. I was able to connect it with Jenkins, but I have no build tasks.
I only have this:
[code]>[b] Task :tasks[/b]

------------------------------------------------------------
All tasks runnable from root project
------------------------------------------------------------

Build Setup tasks
-----------------
init - Initializes a new Gradle build.
wrapper - Generates Gradle wrapper files.

Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in root project 'workspace'.
components - Displays the components produced by root project 'workspace'. [incubating]
dependencies - Displays all dependencies declared in root project 'workspace'.
dependencyInsight - Displays the insight into a specific dependency in root project 'workspace'.
dependentComponents - Displays the dependent components of components in root project 'workspace'. [incubating]
help - Displays a help message.
model - Displays the configuration model of root project 'workspace'. [incubating]
projects - Displays the sub-projects of root project 'workspace'.
properties - Displays the properties of root project 'workspace'.
tasks - Displays the tasks runnable from root project 'workspace'.

On my local machine, if I run gradlew task, I see all the build tasks.

Can anyone help me, what I am doing wrong?
Any help or indication will be appreciated.
Thanks in advance.

Regards