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