This commit is contained in:
iFargle
2023-02-08 11:26:44 +09:00
parent 06cb00be47
commit dd9f026c7b

7
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline {
agent any
stages {
stage('Build - headscale-webui') {
stage('Build') {
agent {
dockerfile {
filename 'Dockerfile'
@@ -12,11 +12,6 @@ pipeline {
sh 'cat /etc/os-release'
}
}
stage("Test") {
steps {
sh 'cat /etc/hostname'
}
}
}
post {
always {