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.



From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Shankar D S
Sent: June-18-15 04:39
To: jenkinsci-users@googlegroups.com
Subject: Jenkins without build tools.

Hi All,


      Is it possible to build in jenkins without using any build tools like 
ant, gradle?

  And is it possible to work without SVN in jenkins in local machine for 
android projects.


Thanks and Regards
  Shankar
--
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-users+unsubscr...@googlegroups.com<mailto:jenkinsci-users+unsubscr...@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<https://groups.google.com/d/msgid/jenkinsci-users/c3e6e782-701d-41a7-8531-289e9dd0286c%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1405bd25ad2e44c99dfbc855457499e9%40mbx01colo01p.esentire.local.
For more options, visit https://groups.google.com/d/optout.

Reply via email to