Skip to content

Commit de90052

Browse files
committed
Fix pipeline deploy issue
1 parent 6edab25 commit de90052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pipeline {
4141
steps {
4242
library identifier: 'infrastructure@master'
4343
build job: '/github/blog-folder/deploy', wait: true, parameters: [
44-
string(name: 'targetVersion', value: getVersion().full)
44+
string(name: 'targetVersion', value: getVersion(repo: 'jamiefdhurst/blog').full)
4545
]
4646
}
4747
}

0 commit comments

Comments
 (0)