You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We aim to add support for recursive calls to bash scripts within Jenkinsfile configuration, similar to what is already supported for GitHub Actions. The implementation should be straightforward, but before proceeding, we should first refactor the bashparser module to completely decouple it from GitHub Actions-specific implementations. This will make the parser more general and flexible for future integrations with other CI systems like Jenkins.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
We aim to add support for recursive calls to bash scripts within
Jenkinsfile
configuration, similar to what is already supported for GitHub Actions. The implementation should be straightforward, but before proceeding, we should first refactor thebashparser
module to completely decouple it from GitHub Actions-specific implementations. This will make the parser more general and flexible for future integrations with other CI systems like Jenkins.The text was updated successfully, but these errors were encountered: