Browse Source

corrected deploy path

Kenneth Lausdahl 6 years ago
parent
commit
2a04e867c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -36,7 +36,7 @@ node {
 
 				sh "echo The remote dir will be: ${DEST}"
 				sh "ssh ${REMOTE} mkdir -p ${DEST}"
-				sh "scp -r DSL_SemanticAdaptation/repository/target/target/repository/* ${REMOTE}:${DEST}"
+				sh "scp -r DSL_SemanticAdaptation/repository/target/repository/* ${REMOTE}:${DEST}"
 				sh "ssh ${REMOTE} /home/jenkins/update-latest.sh web/hybridcosimulation/development/${env.BRANCH_NAME}"
 			}
 		}