From cbe6a226db898ea2d750b30c6046cc938243ae0c Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 15 Nov 2018 14:24:40 -0500 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73887bb..e66be4d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit