Compare commits

..

No commits in common. "main" and "0.6.5" have entirely different histories.
main ... 0.6.5

3
Jenkinsfile vendored
View File

@ -37,9 +37,6 @@ pipeline {
stage("publish") { stage("publish") {
parallel { parallel {
stage ("git.reslate.systems") { stage ("git.reslate.systems") {
when {
branch '**/main'
}
environment { environment {
CREDS = credentials('username-password-rs-git') CREDS = credentials('username-password-rs-git')
} }