Remote bin creation (file exists)
Some checks failed
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head There was a failure building this commit
Some checks failed
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head There was a failure building this commit
This commit is contained in:
parent
3c3b19a2e5
commit
11b063709b
1
Jenkinsfile
vendored
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…
Reference in New Issue
Block a user