Hi! 1: if you want only to compile one file, I guess you can just choose a “sh” or “batch” build step. Else, you need a build tool like maven, which is a little more complex (and requires some basic understanding of what’s going on). You could choose the Maven job type in that case.
2: Use the “archive artifacts” post-build step and enter the path of your jar file there. If you’re not sure where it ended up, just run a test build with your configuration from 1 and search for myJar.jar in the workspace (click on “workspace” on the left-hand side). If you set up archive artifacts correctly, your downloadable build results (if there are any) will appear on the job’s main page. 3: Set security settings to “Anyone can do anything” and send them your Jenkins’ address. You can do that under Manage Jenkins (left-hand side) -> Configure Global Security -> Authorization. 4: Sorry, I don’t know. Maybe ask https://plugins.jenkins.io/ if there’s a plugin for that. Cheers Jennifer From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of KingTux Sent: Mittwoch, 4. Januar 2017 15:11 To: Jenkins Users Subject: Jenkins help Hello, I have some questions I hope some people can help me with. Question one: How do I compile a jar file? the system is getting the source from my Github https://github.com/KingTux2/ServerInfo Question Two: How do I make it be able to be download as a jar file. Question Three: How do I make my Jenkins for other people on the internet be able to download jar files from the project without needing a account. Question Four: How do I customize it to change the look of Jenkins? Thank you, KingTux! -- 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/5489af16-bfe8-4726-8479-03de3b48a459%40googlegroups.com<https://groups.google.com/d/msgid/jenkinsci-users/5489af16-bfe8-4726-8479-03de3b48a459%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/CAA587D532C45541B62417404F1D22030E89B45E%40you-exch1.younicos.local. For more options, visit https://groups.google.com/d/optout.