Skip to content

Commit

Permalink
Build in k8s (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
enys authored Apr 24, 2024
1 parent eeb7cd3 commit 1c08d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
dockerJob {
// General
projectName = "linkurious/docker-curl-jq"
dockerfileName = "Dockerfile"
podTemplateNames = ['jnlp-agent']
buildkitBuilder = true

//buildOnlyAfterUpload = true
runDependencyScan = true
Expand All @@ -12,4 +13,3 @@ dockerJob {
runBookeeping = true
githubRelease = true
}

0 comments on commit 1c08d1a

Please sign in to comment.