Remove build stage

This commit is contained in:
Reza Behzadan 2024-03-31 14:09:49 +03:30
parent a23a062a83
commit 8695daa255

5
Jenkinsfile vendored
View File

@ -6,11 +6,6 @@ pipeline {
GITEA_TOKEN = credentials('git.behzadan.ir')
}
stages {
stage('Build') {
steps {
sh 'make build'
}
}
stage('Test') {
steps {