Skip to content

Commit 05f775b

Browse files
Bot Updating Templated Files
1 parent 6e1380b commit 05f775b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,9 @@ pipeline {
398398
string(credentialsId: 'spaces-key', variable: 'DO_KEY'),
399399
string(credentialsId: 'spaces-secret', variable: 'DO_SECRET')
400400
]) {
401+
script{
402+
env.CI_URL = 'https://lsio-ci.ams3.digitaloceanspaces.com/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
403+
}
401404
sh '''#! /bin/bash
402405
set -e
403406
docker pull lsiodev/ci:latest
@@ -426,9 +429,6 @@ pipeline {
426429
-e DO_BUCKET="lsio-ci" \
427430
-t lsiodev/ci:latest \
428431
python /ci/ci.py'''
429-
script{
430-
env.CI_URL = 'https://lsio-ci.ams3.digitaloceanspaces.com/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
431-
}
432432
}
433433
}
434434
}

0 commit comments

Comments
 (0)