Skip to content

Commit

Permalink
fix of Jenkins pipeline for Oracle, install instead of package
Browse files Browse the repository at this point in the history
package was there by mistake and could trigger download of already built
artifacts from Nexus - if they changed between builds/tests, compilation
error appeared.
  • Loading branch information
virgo47 committed Oct 18, 2022
1 parent d30342b commit 79b1ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins/midpoint-main-generic-oracle-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ echo -e "\\nPod IP: \${poddbIP}\\nHost IP: \${hostdbIP}\\n"
df -h
fi

mvn -B -ntp -DskipTests -P -dist clean package
mvn -B -ntp -DskipTests -P -dist clean install
"""
}
}
Expand Down

0 comments on commit 79b1ca9

Please sign in to comment.