aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-11-15 14:24:40 -0500
committerGitHub <noreply@github.com>2018-11-15 14:24:40 -0500
commitcbe6a226db898ea2d750b30c6046cc938243ae0c (patch)
tree40f71098c424ff67db7f1de321a50c07cd0d65b8 /README.md
parent751172cf5952c93036fb915686ece663b87ff2df (diff)
downloadjscu_refactor-cbe6a226db898ea2d750b30c6046cc938243ae0c.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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