Procházet zdrojové kódy

Seeing if it's even there

Fred Damstra (Macbook 2015) před 2 roky
rodič
revize
60164e9629
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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" \