Skip to content

Commit 149fcb7

Browse files
committed
docs(Jenkinsfile): note Blossom loads pipeline from merged ref, not PR
1 parent a63962c commit 149fcb7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
// Nova CI on Blossom — GitHub PR webhook + Colossus hardware tests.
22
//
3+
// Blossom note: Jenkins resolves this Jenkinsfile from the job's pinned ref on
4+
// https://github.com/NVIDIA/nova (e.g. nova-test), not from open PR branches.
5+
// Merge pipeline changes to that ref before a PR build will run them; the PR
6+
// checkout still supplies the kernel tree under test. A separate privileged
7+
// "Jenkinsfile from PR" job can be added later if needed.
8+
//
39
// Prerequisites (Blossom / your team):
410
// - Global Pipeline Library: blossom-github-lib (blossom-github-jenkins-lib on GitLab)
511
// - Credential id "github-token" (PAT in password field)

0 commit comments

Comments
 (0)