github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/jenkins/testdata/Jenkinsfile.1 (about)

     1  node {
     2      def mvnHome = tool 'M3'
     3  
     4      stage('Checkout') {
     5          checkout scm
     6      }
     7  
     8      stage('Build') {
     9          sh "${mvnHome}/bin/mvn -B package"
    10      }
    11  }