Commit 9034945a by Administrator

Added Jenkinsfile

parent 572548f0
......@@ -8,7 +8,9 @@ pipeline {
}
stage('Transmit') {
steps {
sh 'ls /home/nbzhiwei/.jenkins/workspace/messageflow_master-6GNPBGECUVJKBB3PMVWSJVUEKAJ6LJRVSWYS27DTLVIBGSA67RGA/target/'
sh '''scp /home/nbzhiwei/.jenkins/workspace/messageflow_master-6GNPBGECUVJKBB3PMVWSJVUEKAJ6LJRVSWYS27DTLVIBGSA67RGA/target/messageflow.jar zhiwei@115.236.59.91:jar/messageflow
'''
}
}
stage('Deploy') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment