Skip to content

Commit 233ab02

Browse files
committed
Fix deploy step
There are no products anymore
1 parent 66dd0d4 commit 233ab02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ spec:
8181
ssh [email protected] rm -rf /home/data/httpd/download.eclipse.org/wildwebdeveloper/snapshots
8282
ssh [email protected] mkdir -p /home/data/httpd/download.eclipse.org/wildwebdeveloper/snapshots
8383
scp -r repository/target/repository/* [email protected]:/home/data/httpd/download.eclipse.org/wildwebdeveloper/snapshots
84-
ssh [email protected] mkdir -p /home/data/httpd/download.eclipse.org/wildwebdeveloper/snapshots/IDEs
85-
scp -r repository/target/products/*.zip [email protected]:/home/data/httpd/download.eclipse.org/wildwebdeveloper/snapshots/IDEs
86-
scp -r repository/target/products/*.tar.gz [email protected]:/home/data/httpd/download.eclipse.org/wildwebdeveloper/snapshots/IDEs
8784
'''
8885
}
8986
}

0 commit comments

Comments
 (0)