Commit 0ef84b2f authored by Marco Ortiz's avatar Marco Ortiz

Preparación para la integración con el nuevo jenkins

parent 633ab308
...@@ -70,7 +70,6 @@ pipeline { ...@@ -70,7 +70,6 @@ pipeline {
stage('Build Docker Image') { stage('Build Docker Image') {
steps { steps {
script { script {
echo "${project.build.finalName}"
dockerImage = "${IMAGE}:${VERSION}" dockerImage = "${IMAGE}:${VERSION}"
} }
} }
......
...@@ -271,26 +271,26 @@ ...@@ -271,26 +271,26 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <!-- <plugin>-->
<groupId>org.codehaus.mojo</groupId> <!-- <groupId>org.codehaus.mojo</groupId>-->
<artifactId>cobertura-maven-plugin</artifactId> <!-- <artifactId>cobertura-maven-plugin</artifactId>-->
<version>2.7</version> <!-- <version>2.7</version>-->
<executions> <!-- <executions>-->
<execution> <!-- <execution>-->
<id>cobertura</id> <!-- <id>cobertura</id>-->
<phase>test</phase> <!-- <phase>test</phase>-->
<goals> <!-- <goals>-->
<goal>cobertura</goal> <!-- <goal>cobertura</goal>-->
</goals> <!-- </goals>-->
<configuration> <!-- <configuration>-->
<formats> <!-- <formats>-->
<format>xml</format> <!-- <format>xml</format>-->
<format>html</format> <!-- <format>html</format>-->
</formats> <!-- </formats>-->
</configuration> <!-- </configuration>-->
</execution> <!-- </execution>-->
</executions> <!-- </executions>-->
</plugin> <!-- </plugin>-->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
......
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