manage Jenkinsfile(#57)

This commit is contained in:
keita
2021-02-25 17:55:05 +09:00
parent 24dc22097f
commit bd4c22a592
Vendored
+4
View File
@@ -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{