Wednesday, March 27, 2013
Maven Options
There are many options that can be passes as parameter to maven, those useful options are,
usage: mvn [options] [<goal(s)>] [<phase(s)>]
Options:
-am,--also-make ...
Jenkins Environment variables
Jenkins is having many environment variables, Each environment variable is very important one or other way. Lets see how can we use these variables efficiently in jenkins.
E.g : BUILD_NUMBER
While archiving each build on a job. We can name the build such as MyJob_1.
Goal:...
Eclipse Remote Debugging
Eclipse Remote Debugging
In earlier posts, I wrote about remote debugging with eclipse. Today i found some interesting eclipse debugging blogs, http://javarevisited.blogspot.in/2011/02/how-to-setup-remote-debugging-in.htmlhttp://javarevisited.blogspot.in/2011/07/java-debugging-tutorial-example-tips.html
...
Wednesday, March 13, 2013
Jenkins CLI commands
Jenkins CLI commands
build: Builds a job, and optionally waits until its completion.
cancel-quiet-down: Cancel the effect of the "quiet-down" command.
clear-queue: Clears the build queue
connect-node: Reconnect to a node
copy-job: Copies a job.
create-job: Creates a...
Monday, March 11, 2013
XMLPropertyListConfiguration / Plist Parser example
XMLPropertyListConfiguration / Plist Parser example
XMLPropertyListConfiguration is having a fantastic API to work with plist files. But there is no much example for this library. After some googling and library analysis, it came to know that it is very very easy to parse the files...
Subscribe to:
Posts (Atom)