Skip to content

Commit

Permalink
Merging changes synced from https://github.com/MicrosoftDocs/azure-de…
Browse files Browse the repository at this point in the history
…vops-docs-pr (branch live)
  • Loading branch information
steved0x committed Sep 22, 2021
2 parents 52887b1 + 98d6758 commit 084b798
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/pipelines/packages/jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ monikerRange: '>= tfs-2017'

Azure Artifacts works with the continuous integration tools your team already uses.
In this [Jenkins](https://jenkins-ci.org/) walkthrough, you'll create a NuGet package and publish it to an Azure Artifacts feed.
If you need help on Jenkins setup, you can learn more on [the Jenkins wiki](https://wiki.jenkins-ci.org/display/JENKINS/Use+Jenkins).
If you need help on Jenkins setup, you can learn more on [the Jenkins wiki](https://www.jenkins.io/doc/book/using/).

<a name="setup"></a>
## Setup
Expand All @@ -26,10 +26,10 @@ This walkthrough uses Jenkins 1.635 running on Windows 10.
The walkthrough is simple, so any recent Jenkins and Windows versions should work.

Ensure the following Jenkins plugins are enabled:
* [MSBuild 1.24](https://wiki.jenkins-ci.org/display/JENKINS/MSBuild+Plugin)
* [Git 2.4.0](https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin)
* [Git Client 1.19.0](https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin)
* [Credentials Binding plugin 1.6](https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Binding+Plugin)
* [MSBuild 1.24](https://plugins.jenkins.io/msbuild/)
* [Git 2.4.0](https://plugins.jenkins.io/git/)
* [Git Client 1.19.0](https://plugins.jenkins.io/git-client/)
* [Credentials Binding plugin 1.6](https://plugins.jenkins.io/credentials-binding/)

Some of these plugins are enabled by default.
Others you will need to install by using Jenkins's "Manage Plugins" feature.
Expand Down Expand Up @@ -109,4 +109,4 @@ These are the last walkthrough steps to publish the package to a feed:
* The second line pushes your package using the credentials saved above: `.tools\VSS.NuGet\nuget push *.nupkg -Name "MyGreatFeed" -ApiKey VSS`

![Push package](media/jenkins_push.png)
* Queue another build. This time, the build machine will authenticate to Azure Artifacts and push the package to the feed you selected.
* Queue another build. This time, the build machine will authenticate to Azure Artifacts and push the package to the feed you selected.

0 comments on commit 084b798

Please sign in to comment.