mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-23 14:24:44 +01:00
Add a simple test
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -26,6 +26,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
options { timeout(time: 3, unit: 'MINUTES') }
|
||||
steps {
|
||||
dockerImage.inside('cat /etc/hostname')
|
||||
}
|
||||
}
|
||||
stage('Push') {
|
||||
when { branch 'testing' }
|
||||
options { timeout(time: 5, unit: 'MINUTES') }
|
||||
|
||||
Reference in New Issue
Block a user