Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
ae96f2f9df |
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -37,6 +37,9 @@ pipeline {
|
||||
stage("publish") {
|
||||
parallel {
|
||||
stage ("git.reslate.systems") {
|
||||
when {
|
||||
branch '**/main'
|
||||
}
|
||||
environment {
|
||||
CREDS = credentials('username-password-rs-git')
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user