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
other builds
Need to deal with git checkouts done in Jenkins that usually goes under: $WORKDIR/$software_name . The git checkouts are usually linked to input parameters in PARAMS such as sha1, DEST_BRANCH or similar.
Looks like it is possible to run git init in $WORKDIR/$software_name and after that parse the build log for git commands starting with > at the beggining of the log and reproduce the actions of the plugin.
Steps that I usually run manually to reproduce jenkins:
debbuilder builds
other builds
Need to deal with git checkouts done in Jenkins that usually goes under: $WORKDIR/$software_name . The git checkouts are usually linked to input parameters in PARAMS such as
sha1
,DEST_BRANCH
or similar.Looks like it is possible to run
git init in $WORKDIR/$software_name
and after that parse the build log for git commands starting with>
at the beggining of the log and reproduce the actions of the plugin.The text was updated successfully, but these errors were encountered: