Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.98 KB

README.md

File metadata and controls

65 lines (45 loc) · 2.98 KB

jenkins-sample

Jenkins sample pipeline

Prerequirements

Install Jenkins on Windows:

Publish .NET Core 3.1

Run .NET Core 3.1 on IIS:

IIS Configuration

Create web app folder in wwwroot folder

Create web app folder in wwwroot folder

Convert to application on IIS

Convert to application on IIS

Convert to application - configuration

Edit the permissions

Edit the permissions

Give full control to IIS_IUSRS

Give full control to IIS_IUSRS

Give full control to IIS_IUSRS

Add the IUSR user

Add the IUSR user

Give full control to IUSR

Give full control to IUSR

Jenkins Configuration

Click on New Item

Click on New Item

Create the Pipeline

Create the Pipeline

Click on Configure

Click on Configure

Paste the Pipeline Script, click on Apply and then Save

Paste the Pipeline Script

Click on Build Now to start

Build running on Jenkins

Build finished

Build finished

Application deployed

Application deployed

Also is possible to use the Jenkinsfile

Using Jenkinsfile