Hello skaffold team
I am running skaffold as container in my Jenkins pipeline pulling its docker image from our Jfrog artifactory
Inside the container i am using following way to pass credentials
stage('build') {
container('skaffold'){
withCredentials([usernamePassword(credentialsId: 'XXXX', passwordVariable: 'XXX_PWD', usernameVariable: 'XXX_USR')]) {
sh '''
skaffold version
"'
}
I am getting following error - UNAUTHORIZED: The client does
not have permission for manifest; map
Kindly advise, currently i am not passing in docker secret in skaffold yaml