chore: debug Jenkins
ZeroDownTime/jenkins-podman/pipeline/head There was a failure building this commit Details

This commit is contained in:
Stefan Reimer 2022-01-13 15:01:27 +01:00
parent 9d5a3ec8a7
commit d1dc6cfb8c
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

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