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