Skip to content

Create jenkinsfile#7

Open
shitesh372 wants to merge 1 commit intohellokaton:masterfrom
shitesh372:master
Open

Create jenkinsfile#7
shitesh372 wants to merge 1 commit intohellokaton:masterfrom
shitesh372:master

Conversation

@shitesh372
Copy link
Copy Markdown

pipeline {
agent any

stages {
    stage('install maven') {
        steps {
            sh 'sudo apt install mvn -y'
        }
    }
}

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant