-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with the script on AWS cluster #1
Comments
So, I haven't tried this but you should be able to drop the |
Hi David, sh "executor -f |
It's executing
|
Hi David, I modified the script as below. I am getting below error: 2018/11/21 10:14:38 Unable to read "/home/jenkins/.docker/config.json": open /home/jenkins/.docker/config.json: no such file or directory Can you please help over here ? def label = "codeone-${UUID.randomUUID().toString()}" |
Here's my modified Jenkinsfile to push the image to Docker Hub: Where I've set up my credentials with:
|
Hi David,
I was trying to implement your script in aws eks cluster using kaniko. Can you please let me know what changes needs to be done for below lines of code for aws eks if I want to use Docker Hub
The text was updated successfully, but these errors were encountered: