Click here to Skip to main content
15,867,568 members
Everything / Jenkins

Jenkins

Jenkins

Great Reads

by Akhil Mittal
This article will explain the concept of CI/CD, Jenkins, getting started with Jenkins, integrating and deploying an ASP.NET Core application locally and to the Azure Service as well. We’ll also cover topics like creating Azure service, creating Azure service principal, configuring Jenkins on Azure.
by Akhil Mittal
In this article, we’ll publish the ASP.NET Core application to Azure App Service and Configure Jenkins on Azure before we move on to next steps.
by Iqra Ali
CRON jobs and configuring Jenkins jobs using different CRON options
by Akhil Mittal
In this article, we’ll learn the CI/CD of ASP.NET Core application on Azure using Jenkins Azure Pipeline.

Latest Articles

by Sergio Virahonda
In this article, we develop a semi-automated deployment-to-production script, which will complete our project.
by Sergio Virahonda
In the previous article in the series we set up build Jenkins workflows. In this article, we're going to build them.
by Sergio Virahonda
In this article we set up Jenkins CI for this project in order to start building and automating our MLOps pipelines.
by Sergio Virahonda
In this article we’ll see how to define jobs, deployments, and services so that our containers can accomplish their objectives.

All Articles

Sort by Score

Jenkins 

27 Nov 2019 by Akhil Mittal
This article will explain the concept of CI/CD, Jenkins, getting started with Jenkins, integrating and deploying an ASP.NET Core application locally and to the Azure Service as well. We’ll also cover topics like creating Azure service, creating Azure service principal, configuring Jenkins on Azure.
27 Nov 2019 by Akhil Mittal
In this article, we’ll publish the ASP.NET Core application to Azure App Service and Configure Jenkins on Azure before we move on to next steps.
6 May 2018 by Iqra Ali
CRON jobs and configuring Jenkins jobs using different CRON options
28 Nov 2019 by Akhil Mittal
In this article, we’ll learn the CI/CD of ASP.NET Core application on Azure using Jenkins Azure Pipeline.
29 May 2017 by Junian Triajianto
Building and distribution automation for Xamarin apps to make your life easier and simpler.
26 Mar 2019 by thoughts-on-coding
Introduction into an Automated C++ Build Setup with Jenkins and CMake
12 May 2021 by Sergio Virahonda
In this article we’ll see how to define jobs, deployments, and services so that our containers can accomplish their objectives.
13 May 2021 by Sergio Virahonda
In this article we set up Jenkins CI for this project in order to start building and automating our MLOps pipelines.
17 Feb 2022 by Peter_in_2780
Run it through something like this: svn info | awk 'BEGIN {FS="/"} /^URL:/ {print $6 "/" $7 "/" $8}' [edit] fixed typo [/edit]
17 May 2021 by Sergio Virahonda
In this article, we develop a semi-automated deployment-to-production script, which will complete our project.
3 Jul 2018 by Richard MacCutchan
Quote: java.io.IOException: Failed to rename C:\Program Files (x86)\Jenkins\tools\hudson.tasks.Maven_MavenInstallation\TestMaven\apache-maven-3.5.3 to C:\Program Files (x86)\Jenkins\tools\hudson.tasks.Maven_MavenInstallation\TestMaven\apache-maven-3.5.3.__rename That location is protected so...
11 Jul 2018 by Krishna P Seetharaman
The tools used for different activities and the best practices to be followed in Mule development for an enhanced development and deployment experience
14 Aug 2018 by Iqra Ali
This article will cover some very less common and highly used Robot Framework and Ipy command to follow within your Jenkins job.
14 Dec 2018 by Jared Stroebele
Two words "Config transformations" web-config-transformations After you have your config transformations setup in your solution it is a small changes in Jenkins to the MSBuild step to add Command Line Arguments specifying the configuration /t:Build /p:Configuration=Test
4 Nov 2019 by Karuna Kant Mishra
This is a simple document explaining details of how you can install and use ELK with Winlogbeat and Jenkins Logging Plugin.
10 May 2018 by Dr. Song Li
Note on the Jenkins automation server
16 May 2016 by George Jonsson
This is probably not the right forum for this kind of question.You could try System Admin Discussion Boards - CodeProject[^]Or you could try one of the Jenkins support sites, see Commercial Support - Jenkins - Jenkins Wiki[^]Or try to read the doumentation Jenkins Documentation[^]
1 Jul 2016 by JaiswalVineet
Hello there,Greetings from India,Here my things which I want to achieve and related problem statementUltimate goal : implement continuous integration(CI) using Jenkin and msbuild script on web application (asp.net with c#), its journey will end once it will be deployed on IIS...
15 Aug 2016 by shabarinadh.v
Hi,I have a nuget package, it is created at post build event in jenkins, I am able to create and push it to nuget.org, but, when I try to push the package with same name(id) and version number, an error is thrown, 'Package with same name and Version number already exists, cannot modify...
27 Dec 2016 by Richard MacCutchan
That is not a standard format so you would need to write a batch script, most likely using the FOR command.
28 Dec 2016 by Nitin20TechBLR
Got the solution@echo offset app=/reference:setlocal enabledelayedexpansionfor /f "delims=" %%a in (' dir /b /a-d *.dll') do ( set oldName=%%a call Set "finalname=%%finalname%% %app%!oldName!" ) ECHO %finalname:~1% pause >nul
18 Jul 2017 by Member 12724424
I need to get the build parameters used in the last build of Jenkins job through Groovy script. I tired both instance.getItem and instance.getItemMap, but both are failing What I have tried: I tried below groovy script but getting an error on build. import jenkins.model.Jenkins def VAL1 =...
6 Aug 2017 by RagulV
My jenkins configuration is in AWS server.I build a code which is in Bit-bucket using jenkins with publish over SSH plugin. I have two SSH server one is Stage and one is Development. While I build to stage the build process is slow, but when I build to Development means the build process is...
18 Sep 2017 by Alex Sprint
I am working on to send an email on build failure to the users who had committed the code in Jenkins. I am using pipeline script. But i am struck now as i am manually adding the username. How to automatically add recipient mail in Jenkins. Here is the code i have written. emailtext attachLog:...
18 Sep 2017 by Alex Sprint
I got it solved i just added the below code!!! script{ def recipients = emailextrecipients([ [$class: 'DevelopersRecipientProvider'],[$class: 'CulpritsRecipientProvider']]) mail to: recipients, subject: "Failure", body: "failure" }
28 Sep 2017 by Girijesh Kr
Once you publish a particular version of a package to a feed, that version number is permanently reserved. You cannot upload a newer revision package with that same version number, or delete it and upload a new package at the same version. That because many package clients, including NuGet, keep...
11 Jan 2018 by Member 13618958
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 Steps to reproduce: 1. resources I used : C# , Selenium , VS 2017, Jenkins , VM machine (windows 10) , Nunit v3.9, geckoDrive v19, firefox v56/57 2. I can...
30 Jan 2018 by Quest Software
If you wanted to ramp up database DevOps, which development tasks would be most important for you?
3 Jul 2018 by swati gapat
While building maven project in jenkins getting below error.. Could you provide steps to solve? Building in workspace C:\Program Files (x86)\Jenkins\workspace\JenkinProject Unpacking https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.3/apache-maven-3.5.3-bin.zip to...
7 Jul 2018 by swati gapat
Getting below compilation error [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project SampleProject: Compilation failure: Compilation failure: [ERROR]...
14 Dec 2018 by manu936
Hi, My project platform is dotnet. we are having three jobs in jenkins for our project they are prod, testand dev. My issue is every time after completion of build i need to change database names for dev and test manually in web config file. How to avoid this manual process? Are there any...
22 Oct 2018 by Member 14028545
I have a c# code which gets a file (say excel)from sharepoint. This is a stand alone code. I have to add this stand alone code to Jenkins build of an existing project, so that the code gets executed in compile time.. How can I achieve this? Jenkins is very new to me. What I have tried: I'm new...
22 Oct 2018 by Afzaal Ahmad Zeeshan
In Jenkins there are jobs, you can add that code as a job, that runs before the MSBuild—or whatever build system you are using—step of your Jenkins CI pipeline. This way, the code will run before the job, or after it. The process of adding a job is easy, you just use the GUI of the Jenkins and...
14 Apr 2019 by setevoy4
Tool that will be started from a Jenkin's job by a cron to check an organization's public repositories list in the Github
17 Oct 2019 by Member 14626393
I want two .net projects to be built separately using one solution file in Jenkins. If I complile them I want the packages to be dropped separately in each project Kindly help on this -.net14.0 _msbuild - execute the build using Windows command in jenkins What I have tried: I have tried to...
17 Oct 2019 by RickZeeland
You probably need to Install the MSBuild Plugin for Jenkins, read article here: hci-cd-using-jenkins-and-dotnet[^] Also see: .NET Application Continuous Integration ( CI ) using Jenkins[^] You might also consider using TeamCity which is considered as better suited for .NET solutions, read...
13 Jun 2020 by Member 13187373
Hi All, I am using Windows form application. I have total 688 unit tests written in my project. When I am running these unit tests on my local development environment then these all are passing successfully but when I am running these unit tests...
10 Sep 2020 by Member 13187373
I am working on Winforms projects. I am facing a build issue (in release mode) on Jenkins server which is running on a remote machine. Below is the error on Jenkins log: "D:\Nightly\DataStore.NET\Client\mainline\DataStoreClient.sln" (Rebuild...
9 Sep 2020 by Richard MacCutchan
Getting error MSB3073[^]. Looking at the error messages your path backslash characters are getting removed from the paths.
13 Jan 2021 by Tshumore
I am trying to setup a Jenkins declarative pipeline that also includes SonarQube scan as part of the stages but i have not come across a fairly straghtforward guide for the process. This is my toolset : Jenkins – ver 2.223 SonarQube – ver...
7 Feb 2021 by Member 11520335
Below lines are there in Published Artifacts ${WORKSPACE}/SS_1.2.3.4/_build/project/deliveri/Component/testproject-*.zip=>test/abc/xyz/test.ss/12.2.1.5.0 So basically here , i have folder path here, pointing to zip. zip file name is ...
25 Feb 2021 by Unixquest
I want to call a function under my pipeline , the function name is CMList and the arguments eList and pLists are in the format of email address . def eList ="${emailAddress}" def pLists = "${POEmailList}" Below are the choice parameter...
25 Feb 2021 by Unixquest
I wrote a pipeline in DSL where I have variables as: def mailidlist ="${mailid}" def bemailidlist="${BEmailid}" def pmailidlists = "${Pmailidlist}" Then I am using same variables in property/parameters: properties([ parameters([ ...
27 Mar 2021 by Guru Deshmukh
Suppose there are 9 stages in a Jenkins pipeline and I want to jump to 7th stage if the 3rd stage fails in the pipeline. What I have tried: I am new to jenkins and have searched it can be achieved with "when" keyword. Not sure what conditon can...
1 Apr 2021 by ilanail
Hi everyone, I am a new DevOps developer and I need as my first project to build a script (hopefully it will be shown at the end as dashboard) that will return data about the build and deploy times in OpenShift (need the specific data about...
8 Apr 2021 by Member 14859151
Currently in our company we are executing tests from CCNet (in Automation VM) by specifying different build arguments, however I feel it is now best to migrate to better automation server which is Jenkins I am new to Jenkins world however I...
14 May 2021 by Sergio Virahonda
In the previous article in the series we set up build Jenkins workflows. In this article, we're going to build them.
10 Jan 2022 by Vishal0903
Consider I have 3 Repos, RepoA, RepoB and RepoC. In Jenkins Pipeline I want to perform individual builds for all the 3 Repos only if there is a recent check-in. (These are 3 repos but the solution is inter dependent). Stages are like below ...
16 Feb 2022 by Member 14030165
So I have a svn repo URL like this-- svn info Path: . URL: svn://xyz-repo/svn/ccsmp/branches/features/cre40_jenkins Repository Root: svn://xyz-repo/svn/ccsmp Repository UUID: 5de8f2f4-0d3b-0410-8f2c-d418a2640d16 Revision: 23430 I want to grab...
19 Mar 2023 by Rahul VB
Hello All, For a particular scenario my requirement is, lets suppose we have 2 folders: Folder 1 Folder 2 If there is a change in a file of "Folder 1", then the Jenkins build should trigger, otherwise it should not. I am using Git repository to...
19 Mar 2023 by Rahul VB
Hello All, I got it to work, by doing the below: 1. Remove forbidden file path - There is no need of that 2. Just keep the file path - Specify the path of the folder within which you want your to trigger if there is some change for ex: mypath/**...
28 Nov 2019 by Akhil Mittal
In this article, we’ll focus on Azure Active Directory and Service Principal and integrate Jenkins with Azure Service Principal before we move on to CI/CD of ASP.NET Core application on Azure using Jenkins Azure Pipeline.
2 Jan 2018 by Thai Tran
Automatically pull static web page code from GitLab and deploy it to Amazon S3 using Jenkins.
10 Apr 2019 by thoughts-on-coding
A short introduction into the modern build system gradle
16 Sep 2019 by ArindamNayak
Integration test in Travis with coverage feedback for PRs
16 May 2016 by HPVinod
I have installed jenkins uing Tomcat and Installtion successdul However I am not able to perform any operation after that, on submission of form it is giving below error."Syntax Error:Invalid Regular Expression:/^[/: Unterminated character class "Please help me here how to debug or get...
28 Dec 2016 by Nitin20TechBLR
I have 3 dlls in a folder "release" abc.dlldef.dllghi.dllI want the output in a variable to be like /reference:abc.dll /reference:def.dll /reference:ghi.dllWhat I have tried:I am able to get file names but not able to append "/reference:" with the dll namesTo get...
22 Mar 2022 by Vishal0903
How to generate HCL Appscan ID and Secret (API Key details) for using in Jenkins Plugin What I have tried: Tried using the documentation with REST API, used baseURL/api/account/apikey API Key is generated, but Jenkins throws below error ...
22 Oct 2022 by Member 15806596
You might fine this solution is a good one: https://stackoverflow.com/a/50269906/20297969[^]