Browse Source

Seeing if it's even there

Fred Damstra (Macbook 2015) 2 years ago
parent
commit
60164e9629
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

@@ -9,6 +9,8 @@ volumes: [
  node(label) {
    stage('Stage 1: Build with Kaniko') {
      container('kaniko') {
+       sh 'ls -l /kaniko/.docker',
+       sh 'cat /kaniko/.docker/config.json',
        sh '/kaniko/executor --context="git://git.monkeybox.org/Containers/$JOB_NAME#refs/heads/main" \
                --destination="fdamstra/$JOB_NAME:latest" \
                --destination="fdamstra/$JOB_NAME:$BUILD_NUMBER" \