Skip to content

Commit 14a24cb

Browse files
Bot Updating Templated Files
1 parent 0d46d72 commit 14a24cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,9 @@ pipeline {
412412
string(credentialsId: 'spaces-key', variable: 'DO_KEY'),
413413
string(credentialsId: 'spaces-secret', variable: 'DO_SECRET')
414414
]) {
415+
script{
416+
env.CI_URL = 'https://lsio-ci.ams3.digitaloceanspaces.com/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
417+
}
415418
sh '''#! /bin/bash
416419
set -e
417420
docker pull lsiodev/ci:latest
@@ -440,9 +443,6 @@ pipeline {
440443
-e DO_BUCKET="lsio-ci" \
441444
-t lsiodev/ci:latest \
442445
python /ci/ci.py'''
443-
script{
444-
env.CI_URL = 'https://lsio-ci.ams3.digitaloceanspaces.com/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
445-
}
446446
}
447447
}
448448
}

0 commit comments

Comments
 (0)