Build with Jenkins in Azure
Build the new job on an Azure Container agent
Finally, it’s time to build the project you just created.
- Go back to the Jenkins dashboard.
-
Select the job you created in the previous step, then click Build now. A new build is queued, but does not start until an ACI agent is created in your Azure subscription. A new ACI agent will appear on the Jenkins dashboard within seconds.
The job will start building in about 4 minutes after the agent is created. If you rerun the build, the job starts building immediately since the agent has already been created and is online.
- Once the build is complete, go to Console output. Click Full log to see that the build was performed remotely on an Azure agent.
I ran into an issue I have built my job in ACI