skip to Main Content

Error with Jenkins installation on Ubuntu 20.04 – Debian

I'm trying to install Jenkins on an Azure VM with Ubuntu 20.04 following the next command lines: wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add - sudo sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list' sudo apt-get update -y…

VIEW QUESTION

NPM cache issue – Docker

I'm using jenkins for execute test cases based on cypress. I'm using kitchen sink example that provide by cypress in github repo https://github.com/cypress-io/cypress-example-kitchensink/blob/master/Jenkinsfile But when i execute this in jenkins job i got error npm ci npm WARN prepare removing…

VIEW QUESTION

Jenkins Installation – CentOS

When I run the wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat/jenkins.repo It said use --no-check-certificate and hence I did. On the next step of installation while shooting the command rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key It throws the following error. I'm unable to figure out why…

VIEW QUESTION
Back To Top
Search