chore: debug Jenkins

This commit is contained in:
Stefan Reimer 2022-01-13 15:02:20 +01:00
parent d1dc6cfb8c
commit c0f6d6781d

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline { pipeline {
# agent { node { label 'podman && trivy && aws' } } // agent { node { label 'podman && trivy && aws' } }
agent any agent any
stages { stages {
stage('Build'){ stage('Build'){