mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
add mv file
This commit is contained in:
parent
673a5f192e
commit
23dc216010
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage("Deploy to local jenkins server"){
|
stage("Deploy to local jenkins server"){
|
||||||
steps {
|
steps {
|
||||||
sh 'mv target/*.jar /'
|
sh 'mv target/*.jar /tmp'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue