Parcourir la source

updated latest

Kenneth Lausdahl il y a 8 ans
Parent
commit
52a04dfe33
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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}/"
 			}
 		}