Skip to content
Snippets Groups Projects
Commit 1cbcca2c authored by Lukas Köhler's avatar Lukas Köhler
Browse files

update pipelines

parent e1c9f6da
Branches
No related tags found
No related merge requests found
...@@ -24,6 +24,9 @@ pipeline { ...@@ -24,6 +24,9 @@ pipeline {
) )
sh( sh(
''' '''
rm src/main/java/Interfaces/Praktikum5.java
cp -f Results/Labor5/implementation.java src/main/java/Interfaces
cp -f Results/Labor5/Praktikum5.java src/main/java/Interfaces
export JAVA_HOME=/usr/lib/jvm/java-1.8.0 export JAVA_HOME=/usr/lib/jvm/java-1.8.0
./gradlew clean build -x test ./gradlew clean build -x test
''' '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment