Skip to content

Instantly share code, notes, and snippets.

@rajdavies
Created April 26, 2018 13:02
Show Gist options
  • Save rajdavies/7fc5d67379586a361418263ebf2af618 to your computer and use it in GitHub Desktop.
Save rajdavies/7fc5d67379586a361418263ebf2af618 to your computer and use it in GitHub Desktop.
Status: Downloaded newer image for openjdk:8-jdk-alpine
---> 224765a6bdbe
Step 2/6 : ENV PORT 8080
---> Running in 18acf1a3f255
---> 2b4b64a74df8
Step 3/6 : EXPOSE 8080
---> Running in 4ab02c6a1007
---> bf62f2a2aa77
Step 4/6 : COPY target/*.jar /opt/app.jar
Error: running skaffold steps: build: build step: running build for artifact: running build: No source files were specified
Usage:
skaffold run [flags]
Flags:
-f, --filename string Filename or URL to the pipeline file (default "skaffold.yaml")
-h, --help help for run
-p, --profile stringArray Activate profiles by name
-t, --tag string The optional custom tag to use for images which overrides the current Tagger configuration
--toot Emit a terminal beep after the deploy is complete
Global Flags:
-v, --verbosity string Log level (debug, info, warn, error, fatal, panic (default "warning")
EXITCODE 0[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Promote to Environments)
Stage 'Promote to Environments' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
[Pipeline] input
Pipeline failed.
We will keep the build pod around to help you diagnose any failures.
Select Proceed or Abort to terminate the build pod
Proceed or Abort
Proceed
Approved by ****
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment