Permissions 0660 for '/home/Vineet/.ssh/id_rsa' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored. bad permissions: ignore key: /home/Vineet/.ssh/id_rsa Permission denied (publickey).
quick fix is to change the group on all existing entries:
instead of, say, attaching validation 'behavior' directly on, but still decoupled from domain classes themselves (eg. validation rule annotations on jpa entity beans)
Using @DataSourceDefinition to configure a DataSource
This annotation requires that a data source implementation class (generally from a JDBC driver JAR) be present on the class path (either by including it in your application, or deploying it as a top-level JAR and referring to it via MANIFEST.MF's Class-Path attribute) and be named explicitly.
this annotation bypasses the management layer and as such it is recommended only for development and testing purposes
Defining a Managed DataSource
Installing a JDBC driver as a deployment
Installing the JDBC Driver
deployment or as a core module
managed by the application server (and thus take advantage of the management and connection pooling facilities it provides), you must perform two tasks. First, you must make the JDBC driver available to the application server; then you can configure the data source itself. Once you have performed these tasks you can use the data source via standard JNDI injection.
recommended way to install a JDBC driver into the application server is to simply deploy it as a regular JAR deployment. The reason for this is that when you run your application server in domain mode, deployments are automatically propagated to all servers to which the deployment applies; thus distribution of the driver JAR is one less thing for administrators to worry about.
Note on MySQL driver and JDBC Type 4 compliance: while the MySQL driver (at least up to 5.1.18) is designed to be a Type 4 driver, its jdbcCompliant() method always return false. The reason is that the driver does not pass SQL 92 full compliance tests, says MySQL. Thus, you will need to install the MySQL JDBC driver as a module (see below).
define your module with a module.xml file, and the actual jar file that contains your database driver
content of the module.xml file
Under the root directory of the application server, is a directory called modules
module name, which in this example is com.mysql
where the implementation is, which is the resource-root tag with the path element
define any dependencies you might have. In this case, as the case with all JDBC data sources, we would be dependent on the Java JDBC API's, which in this case in defined in another module called javax.api, which you can find under modules/javax/api/main as you would expect.
Subversion Tagging Plugin
— This plugin automatically performs subversion tagging (technically speaking svn copy) on successful build.
ViewVC Plugin
— This plugin integrates ViewVC browser interface for CVS and Subversion with Hudson.
Source code management
Build Pipeline Plugin
— This plugin creates a pipeline of Hudson\Jenkins jobs and gives a view so that you can visualise it.
Build tools
JBoss Management Plugin
— This plugin allows to manage a JBoss Application Server during build procedure
Maven 2 Project Plugin
— Jenkin's Maven 2 project type
Phing Plugin
— This plugin allows you to use Phing to build PHP projects.
Post build task
— This plugin allows the user to execute a shell/batch task depending on the build log output. Java regular expression are allowed.
Promoted Builds Plugin
— This plugin allows you to distinguish good builds from bad builds by introducing the notion of 'promotion'.
Publish Over SSH Plugin
— Publish files and/or execute commands over SSH (SCP using SFTP)
Selenium AES Plugin
— This plugin is for continuous regression test by Selenium Auto Exec Server (AES).
Vagrant Plugin
— This plugin allows booting of Vagrant virtual machines, provisioning them and also executing scripts inside of them
Unicorn Validation Plugin
— This plugin uses W3C's Unified Validator, which helps improve the quality of Web pages by performing a variety of checks.
Build wrappers
Android Emulator Plugin
— Lets you automatically generate, launch and interact with an Android emulator during a build, with the emulator logs being captured as artifacts.
Artifactory Plugin
— This plugin allows deploying Maven 2, Maven 3, Ivy and Gradle artifacts and build info to the Artifactory artifacts manager.
AWS Cloudformation Plugin
— A plugin that allows for the creation of cloud formation stacks before running the build and the deletion of them after the build is completed.
Build Keeper Plugin
— Select a policy for automatically marking builds as "keep forever" to enable long term analysis trending when discarding old builds - or use to protect logs and artifacts from certain builds
Build Name Setter Plugin
— This plugin sets the display name of a build to something other than #1, #2, #3, ...
SSH plugin
— You can use the SSH Plugin to run shell commands on a remote machine via ssh.
SeleniumRC Plugin
— This plugin allows you to create Selenium server instance for each project build.
Vagrant Plugin
— This plugin allows booting of Vagrant virtual machines, provisioning them and also executing scripts inside of them
Timestamper
— Adds timestamps to the Console Output.
VirtualBox Plugin
— This plugin integrates Jenkins with VirtualBox (version 3, 4.0 and 4.1) virtual machine.
Version Number Plugin
— This plugin creates a new version number and stores it in the environment variable whose name you specify in the configuration.
VMware plugin
— This plugin allows you to start a VMware Virtual Machine before a build and stop it again after the build completes.
AWS Cloudformation Plugin
— A plugin that allows for the creation of cloud formation stacks before running the build and the deletion of them after the build is completed.
Desktop Notifier for Jenkins
— This is useful for those who are looking for a Desktop Notifier for Jenkins builds to automatically notify you about failed builds directly from their desktops.
Email-ext plugin
— This plugin allows you to configure every aspect of email notifications. You can customize when an email is sent, who should receive it, and what the email says.
Google Calendar Plugin
— This plugin publishes build records over to Google Calendar
HTML5 Notifier Plugin
— Provides W3C Web Notifications support for builds.
Jabber Plugin
— Integrates Jenkins with the Jabber/XMPP instant messaging protocol. Note that you also need to install the instant-messaging plugin.
Build reports
Checkstyle Plugin
— This plugin generates the trend report for Checkstyle, an open source static code analysis program.
Clover PHP Plugin
— This plugin allows you to capture code coverage reports from PHPUnit. For more information on how to set up PHP projects with Jenkins have a look at the Template for Jenkins Jobs for PHP Projects.
Crap4J Plugin
— This plugin reads the "crappy methods" report from Crap4J. Hudson will generate the trend report of crap percentage and provide detailed information about changes.
Dependency Analyzer Plugin
— This plugin parses dependency:analyze goal from maven build logs and generates a dependency report
Dependency Graph View Plugin
— Shows a dependency graph of the projects using graphviz. Requires a graphviz installation on the server.
FindBugs Plugin
— This plugin generates the trend report for FindBugs, an open source program which uses static analysis to look for bugs in Java code.
Grinder Plugin
— This plugin reads output result files from Grinder performance tests, and will generate reports showing test results for every build and trend reports showing performance results across builds.
JSUnit plugin
— This plugin allows you publish JSUnit test results
Performance Plugin
— This plugin allows you to capture reports from JMeter and JUnit . Hudson will generate graphic charts with the trend report of performance and robustness.
PerfPublisher Plugin
— This plugin generates global and trend reports for tests results analysis. Based on an open XML tests results format, the plugin parses the generated files and publish statistics, reports and analysis on the current health of the project.
PMD Plugin
— This plugin generates the trend report for PMD, an open source static code analysis program.
Sonar plugin
— Quickly benefit from Sonar, an open-source dashboard based on many analysis tools like Checkstyle, PMD and Cobertura.
testng-plugin
— This plugin allows you to publish TestNG results.
Violations
— This plug-in generates reports static code violation detectors such as checkstyle, pmd, cpd, findbugs, codenarc, fxcop, stylecop and simian.
xUnit Plugin
— This plugin makes it possible to publish the test results of an execution of a testing tool in Jenkins.
Artifact uploaders
ArtifactDeployer Plugin
— This plugin makes it possible to copy artifacts to remote locations.
Artifactory Plugin
— This plugin allows deploying Maven 2, Maven 3, Ivy and Gradle artifacts and build info to the Artifactory artifacts manager.
Confluence Publisher Plugin
— This plugin allows you to publish build artifacts as attachments to an Atlassian Confluence wiki page.
Deploy Plugin
— This plugin takes a war/ear file and deploys that to a running remote application server at the end of a build
FTP-Publisher Plugin
— This plugin can be used to upload project artifacts and whole directories to an ftp server.
HTML Publisher Plugin
Publish Over FTP Plugin
— Publish files over FTP
Publish Over SSH Plugin
— Publish files and/or execute commands over SSH (SCP using SFTP)
S3 Plugin
— Upload build artifacts to Amazon S3
SCP plugin
— This plugin uploads build artifacts to repository sites using SCP (SSH) protocol.
Hudson Helper for Android
— Monitor your CI builds right from your Android device.
Hudson Mobi, the iPhone, iPod and Android client for Hudson CI
— The iPhone, iPod and iPad client for Hudson CI monitoring on the road.
Hudson Monitor for Android
— Monitor and display the status of your builds on your Android™ phone.
External site/tool integrations
Jira Issue Updater Plugin
— This is a Jenkins plugin which updates issues in Atlassian Jira (by changing their status and adding a comment) as part of a Jenkins job.
JIRA Plugin
— This plugin integrates Atlassian JIRA to Jenkins.
ChuckNorris Plugin
— Displays a picture of Chuck Norris (instead of Jenkins the butler) and a random Chuck Norris 'The Programmer' fact on each build page.
UI plugins
Active Directory plugin
— With this plugin, you can configure Jenkins to authenticate the username and the password through Active Directory.
Audit Trail Plugin
— Keep a log of who performed particular Jenkins operations, such as configuring jobs.
JClouds Plugin
— This plugin uses JClouds to provide slave launching on most of the currently usable Cloud infrastructures.
Checkstyle Plugin
— This plugin generates the trend report for Checkstyle, an open source static code analysis program.
FindBugs Plugin
— This plugin generates the trend report for FindBugs, an open source program which uses static analysis to look for bugs in Java code.
JIRA Plugin
— This plugin integrates Atlassian JIRA to Jenkins.
M2 Release Plugin
— This plugin allows you to perform a release build using the maven-release-plugin from within Jenkins.
PMD Plugin
— This plugin generates the trend report for PMD, an open source static code analysis program.
Meme Generator Plugin
— Generate Meme images when a build fails (and returns to stable), and post them on the project page.
tell me how the software should *behave*, not how the behavior was *implemented*
ie. describe the changes in this commit from the behavioral perspective rather than implementation details
What is the project behavior, in this snapshot?
What did the programmers, in order to produce this snapshot?
which also aligns well with the 'micro goal' or incremental deliverables approaches of most agile methodologies
helps to focus a goal to be reached
Without preemptive comments, I often went on coding, always asking myself: “Should I commit now? Have I reached a stable state which I could consider a good commit?“
mime-mapping is complex field and not resource. that is why it has its own operation handlers add-mime/remove-mime to handle its value. what are you trying to achive can be done by command:
Just bit of a warning when using this, there was a bug in 7.1.1 when you added mime type that prevented server to start.so please use 7.1.2 or 7.2 nightly builds where this is fixed.