Shankar asked:
Ø Is it possible to build in jenkins without using any build tools like ant, gradle?
Gradle, ant, Maven, make, etc are just build tools. So is the shell. Some build tools like Maven are unfortunately built in to Jenkins, but if you don’t use them, you’re ok. If you can do it on the command line without needing a GUI, then you can configure a shell step to do it. No new tools required.
Jenkins is normally set up for agile development, where you build upon detection of source changes. I assume that you use svn for source control. If you do not want an svn client running on Jenkins (that’s a bit weird), then you could always copy the source in from somewhere else and trigger the build some other way.
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/c3e6e782-701d-41a7-8531-289e9dd0286c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.