We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63962c commit 149fcb7Copy full SHA for 149fcb7
1 file changed
Jenkinsfile
@@ -1,5 +1,11 @@
1
// Nova CI on Blossom — GitHub PR webhook + Colossus hardware tests.
2
//
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
+//
9
// Prerequisites (Blossom / your team):
10
// - Global Pipeline Library: blossom-github-lib (blossom-github-jenkins-lib on GitLab)
11
// - Credential id "github-token" (PAT in password field)
0 commit comments