mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
[Jenkinsfile] Call a script that creates latest rolling release symlink
This commit is contained in:
parent
c72cacd010
commit
634dd4974a
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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!")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user