Skip to content

Commit

Permalink
stop artifact copying
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed Jan 8, 2024
1 parent 21c9005 commit 7c0f777
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,16 @@ git:
build_in_docker:
image: docker.sunet.se/sunet/docker-jenkins-node-job
script:
- "echo DEBUG"
- "ls -la build/*"
- "echo END DEBUG"
- "unset LD_LIBRARY_PATH"
- "node --version"
- "npm --version"
- "echo Building branch ${GIT_LOCAL_BRANCH}"
- "make test"
- "echo ${GIT_LOCAL_BRANCH} > build/revision.txt"
- "git describe --always >> build/revision.txt; git log -n 1 >> build/revision.txt"
- "echo DEBUG 2"
- "ls -la build/*"
- "echo END DEBUG 2"
clean_workspace: true
copy_artifacts:
project_name: eduid-managed-accounts
target_dir: build/eduid-managed-accounts/
archive_artifacts:
include: "build/**/*"
include: "build/*"
triggers:
cron: "@weekly"
slack:
Expand Down

0 comments on commit 7c0f777

Please sign in to comment.