mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 12:35:29 +01:00
Remove when statement from Push
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -37,7 +37,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Push') {
|
||||
when { branch 'testing' }
|
||||
options { timeout(time: 5, unit: 'MINUTES') }
|
||||
steps {
|
||||
script {
|
||||
|
||||
Reference in New Issue
Block a user