Remote bin creation (file exists)
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head There was a failure building this commit Details

pull/28/head
Louis Royer 5 years ago
parent 3c3b19a2e5
commit 11b063709b

1
Jenkinsfile vendored

@ -4,7 +4,6 @@
stages {
stage('build') {
steps {
sh 'mkdir bin'
sh 'javac -cp "./src" -d "./bin" $(find . -iname "*.java" -type f) -Xlint:deprecation'
sh 'echo "BUILDING CLIENT"'
sh 'echo Main-Class: clientP2P/ClientP2P > MANIFEST.MF'

Loading…
Cancel
Save