automated terminal push

This commit is contained in:
lenape
2025-06-29 17:46:38 +00:00
parent cc3bd26b71
commit c9aee7ef7f

5
Jenkinsfile vendored
View File

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