Commit 5b7c7a7
fix(ci-cd): use POSIX dot operator instead of source in Jenkins snippet
sh blocks in Jenkins Declarative Pipeline run under /bin/sh (dash on
Ubuntu), which does not have source. Replace with . which is the POSIX
equivalent and works in both sh and bash.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Harshit Pathak <harshit07pathak@gmail.com>1 parent 11febac commit 5b7c7a7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments