Browse Source

updated latest

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

+ 1 - 1
Jenkinsfile

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