Skip to content

Commit

Permalink
add jenkins var
Browse files Browse the repository at this point in the history
  • Loading branch information
kufuntu committed Aug 21, 2018
1 parent 7f32d5d commit 2f5b087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
}
stage('Deploy') {
steps {
sh 'mv target/Auslandssemesterportal.war /home/mwi/camunda-tomcat8-bpm7.5.0/server/apache-tomcat-8.0.24/webapps'
sh 'mv target/Auslandssemesterportal.war $MWI_DEPLOY'
}
}
}
Expand Down

0 comments on commit 2f5b087

Please sign in to comment.