File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 - ' feature/**'
77 - ' fix/**'
88 - ' docs/**'
9-
109jobs :
1110 create_jenkins_branch :
1211 name : Creates jenkins/* branch if it does not exist
3736 git config user.email github-actions@github.com
3837 git checkout jenkins/${{ env.BRANCH_NAME }}
3938 git reset --hard origin/${{ env.BRANCH_NAME }}
40- git checkout origin/JePL .sqa/config.yml .sqa/docker-compose.yml Jenkinsfile .git_credential_helper.sh
41- printf "`cat Jenkinsfile`" "${{ env.BRANCH_NAME }}" > Jenkinsfile
39+ git checkout origin/JePL .sqa/config.yml .sqa/docker-compose.yml Jenkinsfile .git_credential_helper.sh patch.issue_116
40+ git apply patch.issue_116 # FIXME Work around until https://github.com/indigo-dc/jenkins-pipeline-library/issues/116 is fixed
41+ printf "`cat Jenkinsfile`" "jenkins/${{ env.BRANCH_NAME }}" > Jenkinsfile
4242 git add Jenkinsfile
4343 git status
4444 git diff-index --quiet HEAD || (git commit -m "Added JePL configuration files" && git push -f)
You can’t perform that action at this time.
0 commit comments