Merge branch 'main' into develop
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -38,10 +38,9 @@ pipeline {
|
||||
parallel {
|
||||
stage ("git.reslate.systems") {
|
||||
when {
|
||||
not {
|
||||
tag '*.*.*'
|
||||
}
|
||||
branch '**/main'
|
||||
}
|
||||
|
||||
environment {
|
||||
CREDS = credentials('username-password-rs-git')
|
||||
}
|
||||
|
Reference in New Issue
Block a user