diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-11-15 14:24:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 14:24:40 -0500 |
commit | cbe6a226db898ea2d750b30c6046cc938243ae0c (patch) | |
tree | 40f71098c424ff67db7f1de321a50c07cd0d65b8 | |
parent | 751172cf5952c93036fb915686ece663b87ff2df (diff) | |
download | jscu_refactor-cbe6a226db898ea2d750b30c6046cc938243ae0c.tar.gz |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ This Jenkins shared library provides common utility classes and functions used to support continuous integration (CI) build and test jobs for projects within the spacetelescope organization. +Note: For jobs spawned as a result of the creation of a pull request (PR), Jenkins behaves differently than the Travis CI service (https://travis-ci.org/) in that the build will use the HEAD commit of the PR branch only, while Travis typically will run the build/test job on the _merge commit_ between the PR branch and the master branch. + ## A Simplified Job Definition Syntax Functionality provided that extends the native Groovy syntax approach |