Conventions for revision control with Maven/Jenkins
For a software project I am working on, we have a ‘dev => QA => production’ methodology. That is, we create a release candidate (deployed to Artifactory), give it to QA (deploy to QA systems and a QA backend/application server) who takes a week or so to look at it, and if they it’s ok, we make a production release.
Is it possible to download a single file from ZIP artifact in Jenkins?
Say I have some job which produces an artifact which is a ZIP file.
I can certainly download the whole artifact via the special link.
Jenkins terminates process after job finishes
I have a powershell script that starts a process
My first multibranch jenkins job fails for “org.jenkinsci.plugins.workflow.actions.ErrorAction … “
I am trying to understand what is going on with “Multibranch Pipeline” in jenkins, and I have found an example here: https://www.geeksforgeeks.org/build-test-and-deploy-a-flask-rest-api-application-from-github-using-jenkins-pipeline-running-on-docker/
Some installed formulae are deprecated or disabled. You should find replacements for the following formulae: [email protected]
Please help me to resolve this issue
How to make Jenkins work on local computers when it is placed in a counter on the server
I have prepared a pipeline to help the Help Desk install certain applications on the computers they are replacing. However, by default, Jenkins runs on the server and, obviously, pipeline does not execute.
Is there any way I can trigger a Jenkins pipeline based on an outlook 365 email
I am trying to investigate an option to trigger a Jenkins pipeline when an email with certain subject is received in a outlook 365 mailbox/email account. Is there any way to achieve same.
How do I configure Jenkins to use all available executors on a node, before using an empty node?
We are using the EC2 Fleet plugin to handle scaling Jenkins nodes on our build server. Each node has two executors (2 vCPUs on each VM). We have also configured the plugin to always have 1 node free, to save on spin up times.
Jenkins How To Upload File To Build Workspace After Build Complete With CURL
I have a jenkins pipeline that runs some docker containers over ssh on external servers, it monitors the containers until they’ve all completed.
migrating jenkins from older version to newer version and doing it on another server
For some reasons we have to move Jenkins from 2.176.2 which is running in centos 7 to new jenkins version 2.440.3 on debian12 different server. As we are on a old version so a updated is also need on same time. What are things we should consider. Also not sure if we need to configure all jobs in new instance manually or there is faster way to clone them from existing instance. We have around 5 jobs
and we have script to deploy the old plugins from old server