mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-22 16:40:18 +01:00
Fix the stashing and unstashing
This commit is contained in:
parent
dc75289f96
commit
f541fdb219
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
|
@ -31,11 +31,6 @@ pipeline {
|
|||
sh 'echo $JAVA_HOME'
|
||||
sh 'mvn -B -DskipTests clean package'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
stash includes: 'plugins/**/target/*.jar*', name: 'linux-artifacts'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Build on OSX') {
|
||||
agent {
|
||||
|
|
@ -47,7 +42,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
success {
|
||||
stash includes: 'plugins/**/target/*.jar*', name: 'linux-artifacts'
|
||||
stash includes: 'plugins/**/target/*.jar*', name: 'osx-artifacts'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue