File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2929 - name : Set RELEASE_VERSION
3030 run : echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})
3131 - name : Send notification to Jenkins
32- run : curl -Ls -X GET -G https://jenkins-ci.archivematica.org/job/am-packbuild/job/rpm-jenkinsci/buildWithParameters -d "token=$JENKINS_TOKEN" -d "PACKAGE=enduro" -d "VERSION=$RELEASE_VERSION" -d "RELEASE=1" -d "PACKBUILD_BRANCH=dev/enduro-package" -d "REPOSITORY=nha "
32+ run : curl -Ls -X GET -G https://jenkins-ci.archivematica.org/job/am-packbuild/job/rpm-jenkinsci/buildWithParameters -d "token=$JENKINS_TOKEN" -d "PACKAGE=enduro" -d "VERSION=$RELEASE_VERSION" -d "RELEASE=1" -d "PACKBUILD_BRANCH=dev/enduro-package" -d "REPOSITORY=enduro "
3333 env :
3434 JENKINS_TOKEN : " ${{ secrets.JENKINS_TOKEN }}"
3535 RELEASE_VERSION : " ${{ env.RELEASE_VERSION }}"
You can’t perform that action at this time.
0 commit comments