fix:Jenkinsfile更新
This commit is contained in:
parent
30e5c8b275
commit
a40cb3c721
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -13,7 +13,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Start'){
|
stage('Start'){
|
||||||
steps {
|
steps {
|
||||||
sh '/var/lib/jenkins/workspace/start.sh'
|
sh 'nohup java -jar /var/lib/jenkins/workspace/alysisSystemForRadionuclide_main/jeecg-module-system/jeecg-system-start/target/jeecg-system-start-3.5.1.jar >/var/lib/jenkins/workspace/log 2>&1 &'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// stage('Deploy') {
|
// stage('Deploy') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user