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 47196e5 commit 7b89051Copy full SHA for 7b89051
vars/mbedtls-pr-test-Jenkinsfile
@@ -49,4 +49,4 @@
49
50
/* main job */
51
library identifier: 'mbedtls-test@master', retriever: legacySCM(scm)
52
-mbedtls.run_pr_job('tls', false, env.MBED_TLS_BRANCH, env.RUN_TF_PSA_CRYPTO_ALL_SH == 'true' ? env.TF_PSA_CRYPTO_BRANCH : '')
+mbedtls.run_pr_job(env.TARGET_REPO ?: 'tls', false, env.MBED_TLS_BRANCH, env.RUN_TF_PSA_CRYPTO_ALL_SH == 'true' ? env.TF_PSA_CRYPTO_BRANCH : '')
0 commit comments