Skip to content

microlinks-tech/Hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Hello-world

my first repo on github Jenkinsfile (Declarative Pipeline) pipeline { agent { docker { image 'maven:3.3.3' } } stages { stage('build') { steps { sh 'mvn --version' } } } }

About

my first repo on github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published