Compare commits

...

6 Commits
v1.1.0 ... main

Author SHA1 Message Date
Stefan Reimer e467581145 Merge latest ci-tools-lib
ZeroDownTime/jenkins-hugo/pipeline/head This commit looks good Details
2024-03-12 16:31:47 +00:00
Stefan Reimer da32b8b4f7 Squashed '.ci/' changes from 7144a42..2c44e4f
2c44e4f Disable concurrent builds

git-subtree-dir: .ci
git-subtree-split: 2c44e4fd8550d30fba503a2bcccec8e0bac1c151
2024-03-12 16:31:47 +00:00
Stefan Reimer ede0a32f62 Merge pull request 'chore(deps): update jenkins/inbound-agent:alpine-jdk17 docker digest to 1787182' (#8) from renovate/jenkins-inbound-agent-alpine-jdk17 into main
ZeroDownTime/jenkins-hugo/pipeline/head This commit looks good Details
Reviewed-on: #8
2024-03-12 16:26:34 +00:00
Renovate Bot 708d5d3f5c chore(deps): update jenkins/inbound-agent:alpine-jdk17 docker digest to 1787182
ZeroDownTime/jenkins-hugo/pipeline/pr-main This commit looks good Details
2024-03-12 03:17:01 +00:00
Stefan Reimer 167689a418 Merge pull request 'chore(deps): update jenkins/inbound-agent:alpine-jdk17 docker digest to 3452960' (#7) from renovate/jenkins-inbound-agent-alpine-jdk17 into main
ZeroDownTime/jenkins-hugo/pipeline/head This commit looks good Details
Reviewed-on: #7
2023-12-14 12:54:04 +00:00
Renovate Bot 333aa8a00e chore(deps): update jenkins/inbound-agent:alpine-jdk17 docker digest to 3452960
ZeroDownTime/jenkins-hugo/pipeline/pr-main This commit looks good Details
2023-12-05 03:08:58 +00:00
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
def call(Map config=[:]) {
pipeline {
options {
disableConcurrentBuilds()
}
agent {
node {
label 'podman-aws-trivy'

View File

@ -1,7 +1,7 @@
# https://github.com/containers/podman/blob/main/contrib/podmanimage/stable/Containerfile
# https://hub.docker.com/r/jenkins/inbound-agent/tags
FROM jenkins/inbound-agent:alpine-jdk17@sha256:4f78d4832acacddf3573b1095770f672ac0b2a76432002f9ade707e302f96a12
FROM jenkins/inbound-agent:alpine-jdk17@sha256:17871822cee8a77b6a46e5f293f19c16bcd93074520b7789c7057bfbbb7423c1
ARG BUILDUSER=jenkins