We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e702317 commit ea154eeCopy full SHA for ea154ee
.ci/Jenkinsfile
@@ -72,10 +72,10 @@ pipeline {
72
options { skipDefaultCheckout() }
73
when { tag pattern: 'v\\d+\\.\\d+\\.\\d+.*', comparator: 'REGEXP' }
74
steps {
75
+ sh 'ls -alh'
76
+ deleteDir()
77
+ unstash 'source'
78
dir("${BASE_DIR}"){
- sh 'ls -alh'
- deleteDir()
- unstash 'source'
79
sh 'ls -alh'
80
withGoEnv() {
81
sh 'go install github.com/goreleaser/[email protected]'
0 commit comments