This commit is contained in:
iFargle
2023-02-08 11:14:32 +09:00
parent 11cd5c0076
commit c215dcdb91

3
Jenkinsfile vendored
View File

@@ -8,6 +8,9 @@ pipeline {
additionalBuildArgs "-t git.sysctl.io/albert/headscale-webui:jenkins-${env.BRANCH_NAME}-${env.BUILD_NUMBER}"
}
}
steps {
sh 'cat /etc/os-release'
}
stage("Test") {
steps {
sh 'cat /etc/hostname'