commit 16ca8e240bb58fa180c92b4736f544ffe4c69a1d parent 94897ba22af38df0113211e0c06f42436b4ee2cd Author: Matt Fehrenbach <m.fehrenbach@pm.me> Date: Mon, 10 Aug 2020 23:33:54 +0100 Modified Jenkinsfile Diffstat:
| M | Jenkinsfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Deploy') { steps { - echo 'Deploying....' + fileOperations([folderCreateOperation('staging'), fileUnZipOperation(filePath: 'build.zip', targetLocation: 'staging'), folderCopyOperation(destinationFolderPath: '/var/www/website', sourceFolderPath: 'staging')]) } }