Skip to content

Commit

Permalink
Merge pull request #450 from jenkinsci/stop-doing-uberjar
Browse files Browse the repository at this point in the history
Stop publishing the Uber JAR artifact
  • Loading branch information
oleg-nenashev authored Dec 14, 2020
2 parents 36ccf9e + 055311f commit 142c986
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish-release-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,8 @@ jobs:
FILE_NAME=jenkinsfile-runner
PROJECT_VERSION=${{ steps.set-version.outputs.project-version }}
echo "::set-output name=file-name::$FILE_NAME"
wget -q https://repo.jenkins-ci.org/releases/$GROUP_ID/$ARTIFACT_ID/$PROJECT_VERSION/$ARTIFACT_ID-$PROJECT_VERSION.jar \
-O $FILE_NAME-$PROJECT_VERSION.jar
wget -q https://repo.jenkins-ci.org/releases/$GROUP_ID/$ARTIFACT_ID/$PROJECT_VERSION/$ARTIFACT_ID-$PROJECT_VERSION.zip \
-O $FILE_NAME-$PROJECT_VERSION.zip
- name: Upload artifact uber jar
id: upload-artifact-uber-jar
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./${{ steps.fetch-artifact.outputs.file-name }}-${{ steps.set-version.outputs.project-version }}.jar
asset_name: ${{ steps.fetch-artifact.outputs.file-name }}-${{ steps.set-version.outputs.project-version }}.jar
asset_content_type: application/java-archive
- name: Upload artifact minimum package
id: upload-artifact-minimum-package
uses: actions/[email protected]
Expand Down

0 comments on commit 142c986

Please sign in to comment.