Jenkinsfile `dir` step acting different in docker agent from non-docker agents
Jenkins is treating the dir step weirdly in docker agents. #!groovy pipeline { agent none stages { stage(‘test not in
Continue readingDocker questions and answers
Jenkins is treating the dir step weirdly in docker agents. #!groovy pipeline { agent none stages { stage(‘test not in
Continue readingthe error msg is Cannot start service nonJira_Processor: b’OCI runtime create failed: container_linux.go:345: starting container process caused "exec: \"/app/start_combined_collector.sh\": permission
Continue readingversion: ‘3.8’ services: jenkins: image: jenkins/jenkins:2.272-alpine privileged: true user: root ports: – 8081:8080 – 50000:50000 container_name: jenkins volumes: – ./jenkins_data:/var/jenkins_home
Continue readingversion: ‘3.8’ services: jenkins: image: jenkins/jenkins:2.272-alpine privileged: true user: root ports: – 8081:8080 – 50000:50000 container_name: jenkins volumes: – ./jenkins_data:/var/jenkins_home
Continue readingI am trying to install packages in a docker image, and I do have a requirements.txt, the file has some
Continue readingWe’re moving our Jenkins setup to Azure. Once I have an Azure node, I run the following: az login -i
Continue readingsome month ago I enable SSL for my docker-container according to this stackoverflow thread andit works as it should be.
Continue readingI have a simple Dockerfile configuration with multi stage implementation and although locally images are succesfully created, on Jenkins pipeline
Continue readingIs there a proper way to run Docker commands through a Jenkins containerized service? I see there are many plugins
Continue readingWe have two stages one to build the docker image and another one to scan it with prisma pluging. build
Continue reading