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