mirror of
https://github.com/linuxserver/docker-jenkins-builder.git
synced 2026-01-09 07:00:48 +08:00
Merge pull request #363 from linuxserver/add-commit-sha-and-build-number-to-test-environment
Pass the COMMIT_SHA and BUILD_NUMBER env to the CI container so we ca…
This commit is contained in:
commit
6775a93ec5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -860,6 +860,8 @@ pipeline {
|
||||
-e WEB_PATH=\"${CI_WEBPATH}\" \
|
||||
-e NODE_NAME=\"${NODE_NAME}\" \
|
||||
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
|
||||
-e COMMIT_SHA=\"${COMMIT_SHA}\" \
|
||||
-e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
|
||||
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
|
||||
python3 test_build.py'''
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user