manage Jenkinsfile(#57)
This commit is contained in:
Vendored
+4
@@ -30,18 +30,22 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage("build"){
|
stage("build"){
|
||||||
|
steps{
|
||||||
sh '''
|
sh '''
|
||||||
cd build ninja
|
cd build ninja
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage("test"){
|
stage("test"){
|
||||||
|
steps{
|
||||||
echo "test"
|
echo "test"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage("upload artifact"){
|
stage("upload artifact"){
|
||||||
steps{
|
steps{
|
||||||
|
|||||||
Reference in New Issue
Block a user