kind: pipeline name: default steps: - name: test image: gcc:latest commands: - echo "*****hello*****" - gcc hello.cpp -o hello && ./hello - cd class || exit - echo "*****construct*****" - gcc construct.cpp -o construct && ./construct