Add Jenkins testing and Gemnasium monitoring #409
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

What does this do?
Previously autotune had been tested by Jenkins. But with the move to Jenkins 2.0 it got left behind. This PR:
In addition to this PR, I've verified the Gemnasium project slug is correct, and added autotune into the Jenkins project-name regex.
More eyes wanted, please
Can someone who knows more about
nodethan I do please see if these lines would make sense? And if so, uncomment them.The Jenkinsfile here was basically copied from anthem, and I checked
bin/test_docker_build.shby eye, so I don't have any reason to think they won't work. But I'm not a Jenkins expert.Deploy
Merging will suffice, no deploy is actually necessary (though shouldn't hurt of course).
Jenkins scans all
voxmediarepositories periodically to determine which should appear in the Vox Media list. Until this merges,autotunewon't appear, because it's missing aJenkinsfile. After this merges, I think you can wait a few hours and then check the console to see if an automatic scan picked it up -- or I think you can open the configure page and probably just click Save to trigger an immediate scan.