We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd9be2 commit e79e376Copy full SHA for e79e376
ansible/roles/repository/templates/Jenkinsfile.j2
@@ -1229,6 +1229,8 @@ pipeline {
1229
-e WEB_PATH=\"${CI_WEBPATH}\" \
1230
-e NODE_NAME=\"${NODE_NAME}\" \
1231
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
1232
+ -e COMMIT_SHA=\"${COMMIT_SHA}\" \
1233
+ -e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
1234
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
1235
python3 test_build.py'''
1236
}
0 commit comments