Remove test stage
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -53,13 +53,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test')
|
|
||||||
{
|
|
||||||
steps
|
|
||||||
{
|
|
||||||
sh('git log -1')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user