Running jenkins container to Dynamically provisioned Docker agents
Is there a way to do that by using a container and not a regular installation? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@goog
Issue with jenkins pipeline
Hi. I create this pipeline using docker container based on jenkins image: pipeline { agent any stages { stage('Build') { steps { echo 'Building..' } } stage('Test') { steps { echo 'Testing..'