diff --git a/Jenkinsfile b/Jenkinsfile index a4f2e08f8e..a416d1efec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,6 @@ pipeline { steps { // Use a scripted pipeline. script { - node { def app // stage('Initialize') { // def dockerHome = tool 'myDocker' @@ -53,7 +52,7 @@ pipeline { stage('Build image') { app = docker.build("${env.DOCKER_CREDENTIALS_USR}/l2geth-img") } - } + } } }