diff --git a/Jenkinsfile b/Jenkinsfile index e755748..11d7680 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { stage('Build') { when { tag "*" } steps { - sh "echo ${env.GIT_URL}" + sh "printenv" sh "echo $REPO_NAME" sh "podman build -t ${CONTAINER_REGISTRY}/${REPO_NAME}:${env.GIT_REF} ." }