automated terminal push
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -155,7 +155,6 @@ pipeline {
|
|||||||
when {
|
when {
|
||||||
branch 'main'
|
branch 'main'
|
||||||
}
|
}
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
docker.image(env.BUILD_IMAGE).inside('-e HOME=/tmp') {
|
docker.image(env.BUILD_IMAGE).inside('-e HOME=/tmp') {
|
||||||
|
Reference in New Issue
Block a user