diff --git a/Jenkinsfile b/Jenkinsfile index f2baab6fa6952d2ca2172492a7f5835d64f1b309..a7e32b3c07d04c46a2084e806a503d141d4ad31a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -166,7 +166,7 @@ pipeline { rm -rf deploy/www/${RELEASE_VERSION} mkdir -p deploy/www/${RELEASE_VERSION} - unzip -q releng/org.eclipse.escet.releng.website/target/eclipse-escet-*-website.zip -d deploy/www/${RELEASE_VERSION}/escet/ + unzip -q releng/org.eclipse.escet.releng.website/target/eclipse-escet-*-website.zip -d deploy/www/${RELEASE_VERSION}/ ''' dir('deploy/www') { sh '''