Compare commits
5 Commits
v2023.08.0
...
v2023.08.2
Author | SHA1 | Date | |
---|---|---|---|
4c6226f47e | |||
357af4b7cf | |||
f2993c3667 | |||
5a3eeca071 | |||
4af7147a1a |
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -23,6 +23,7 @@ pipeline {
|
||||
|
||||
stage('Update emissary release') {
|
||||
when {
|
||||
branch 'master'
|
||||
expression {
|
||||
return params.emissaryRelease != 'latest'
|
||||
}
|
||||
@ -60,7 +61,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build and release') {
|
||||
stage('Build') {
|
||||
steps {
|
||||
script {
|
||||
withCredentials([
|
||||
@ -80,6 +81,9 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('Release') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
withCredentials([
|
||||
usernamePassword([
|
||||
|
@ -1 +1 @@
|
||||
v2023.6.25-42d49eb
|
||||
v2023.8.25-c51ac0a
|
||||
|
Reference in New Issue
Block a user