Remove build stage
This commit is contained in:
parent
a23a062a83
commit
8695daa255
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -6,11 +6,6 @@ pipeline {
|
|||||||
GITEA_TOKEN = credentials('git.behzadan.ir')
|
GITEA_TOKEN = credentials('git.behzadan.ir')
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
|
||||||
steps {
|
|
||||||
sh 'make build'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user