mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Jenkins: add deploy stage do pipeline
This commit is contained in:
parent
4c42851c53
commit
61a76c01ca
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -50,6 +50,11 @@ pipeline {
|
|||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Deploy') {
|
||||||
|
steps {
|
||||||
|
archiveArtifacts artifacts: 'build/vyos-*-rolling*.iso', fingerprint: true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user