瀏覽代碼

Seeing if it's even there

Fred Damstra (Macbook 2015) 2 年之前
父節點
當前提交
60164e9629
共有 1 個文件被更改,包括 2 次插入0 次删除
  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" \