automated terminal push

This commit is contained in:
lenape
2025-06-29 17:41:37 +00:00
parent d06f94f41f
commit cc3bd26b71

1
Jenkinsfile vendored
View File

@@ -155,7 +155,6 @@ pipeline {
when {
branch 'main'
}
}
steps {
script {
docker.image(env.BUILD_IMAGE).inside('-e HOME=/tmp') {