Jenkinsfile (Declarative Pipeline)
/* Requires the Docker Pipeline plugin */
pipeline {
agent { docker { image 'golang:1.22.5-alpine3.20' } }
stages {
stage('build') {
steps {
sh 'go version'
}
}
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
CarolinaSFreitas/jenkins-studies
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Repositório para centralizar meus estudos em Jenkins.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published