mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 05:46:44 +01:00
test
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -36,9 +36,8 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Push Testing') {
|
||||
when { branch 'testing'}
|
||||
if (branch == 'testing') {
|
||||
stage('Push') {
|
||||
if (branch 'testing') {
|
||||
options { timeout(time: 5, unit: 'MINUTES') }
|
||||
steps {
|
||||
script {
|
||||
@@ -48,7 +47,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (branch == 'main') {
|
||||
if (branch 'main') {
|
||||
options { timeout(time: 5, unit: 'MINUTES') }
|
||||
steps {
|
||||
script {
|
||||
|
||||
Reference in New Issue
Block a user