This commit is contained in:
work 2025-02-04 11:44:41 +01:00
parent 8f1343a52c
commit a85a35f76f

2
Jenkinsfile vendored
View file

@ -18,7 +18,7 @@ pipeline {
stage ('Deploy') {
steps {
sh 'java -jar ./target/*.jar'
sh 'echo "hello $USER"'
}
}