Skip to content

Commit f035da3

Browse files
Bot Updating Templated Files
1 parent 7bf613a commit f035da3

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
@@ -401,6 +401,9 @@ pipeline {
401401
string(credentialsId: 'spaces-key', variable: 'DO_KEY'),
402402
string(credentialsId: 'spaces-secret', variable: 'DO_SECRET')
403403
]) {
404+
script{
405+
env.CI_URL = 'https://lsio-ci.ams3.digitaloceanspaces.com/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
406+
}
404407
sh '''#! /bin/bash
405408
set -e
406409
docker pull lsiodev/ci:latest
@@ -429,9 +432,6 @@ pipeline {
429432
-e DO_BUCKET="lsio-ci" \
430433
-t lsiodev/ci:latest \
431434
python /ci/ci.py'''
432-
script{
433-
env.CI_URL = 'https://lsio-ci.ams3.digitaloceanspaces.com/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
434-
}
435435
}
436436
}
437437
}

0 commit comments

Comments
 (0)