[Jenkinsfile] Call a script that creates latest rolling release symlink

This commit is contained in:
Daniil Baturin 2019-10-02 19:48:43 +07:00 committed by GitHub
parent c72cacd010
commit 634dd4974a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View File

@ -147,6 +147,9 @@ pipeline {
sh """
scp ${SSH_OPTS} build/vyos*.iso ${SSH_REMOTE}:${SSH_DIR}/
"""
sh """
ssh ${SSH_OPTS} ${SSH_REMOTE} -t "bash --login -c '/usr/bin/make-latest-rolling-symlink.sh'"
"""
}
setGitHubStatus("success", "Build has succeeded!")