add mv file

This commit is contained in:
Zohar 2024-04-08 20:34:57 -04:00
parent 673a5f192e
commit 23dc216010

View file

@ -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'
} }
} }
} }