Moves archiving step
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
This commit is contained in:
parent
458ff9d5d2
commit
12816d6850
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -5,7 +5,6 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo 'Building...'
|
echo 'Building...'
|
||||||
sh 'mvn clean & mvn validate & mvn compile'
|
sh 'mvn clean & mvn validate & mvn compile'
|
||||||
archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
@ -18,6 +17,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo 'Deploying...'
|
echo 'Deploying...'
|
||||||
sh 'mvn clean & mvn compile & mvn package & mvn verify & mvn install'
|
sh 'mvn clean & mvn compile & mvn package & mvn verify & mvn install'
|
||||||
|
archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user