Commit 4ac13dc8 authored by Fernando Vazquez's avatar Fernando Vazquez

Testing docker plugin

parent 8a48ce24
......@@ -105,7 +105,9 @@ pipeline {
}
stage("Build Docker Image"){
steps{
dockerImage = docker.build registry + ":test"
script {
dockerImage = docker.build registry + ":test"
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment