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