nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

commit e4be62b6d11517ed8bfbe0f807aea75d0fcba5bc
parent 800db2e036740485f2de8f84738af7cb2862e65a
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Wed, 12 Jun 2024 10:49:59 +0200

feat(Jenkinsfile): test another build

Diffstat:
MJenkinsfile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -3,8 +3,8 @@ import BuildahBud node('podman'){ // build with image context and name - new BuildahBud(this).execute('docker/docker-0x0', '0x0') - new BuildahPush(this).execute('0x0') + new BuildahBud(this).execute('docker/docker-cv', 'jekyll-cv') + new BuildahPush(this).execute('jekyll-cv') //gitleaks() }