43666/custom-docker-registry-with-jenkins-declarative-pipeline
Yes, you can! try something like this:
node { checkout scm docker.withRegistry('https://registry.example.com') { docker.image('my-custom-image').inside { sh 'make test' } } }
Yes of course you can!! You try ...READ MORE
In the illustration below, i have created a ...READ MORE
Jenkins Pipeline is designed to easily use ...READ MORE
Hi@Shashi, The declarative pipeline is a relatively new ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
To solve this problem, I followed advice ...READ MORE
Hey @Jithin, you could use something like ...READ MORE
Create a Dockerfile and add the commands ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.