We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb7cd3 commit 1c08d1aCopy full SHA for 1c08d1a
Jenkinsfile
@@ -3,7 +3,8 @@
3
dockerJob {
4
// General
5
projectName = "linkurious/docker-curl-jq"
6
- dockerfileName = "Dockerfile"
+ podTemplateNames = ['jnlp-agent']
7
+ buildkitBuilder = true
8
9
//buildOnlyAfterUpload = true
10
runDependencyScan = true
@@ -12,4 +13,3 @@ dockerJob {
12
13
runBookeeping = true
14
githubRelease = true
15
}
-
0 commit comments