diff --git a/Jenkinsfile b/Jenkinsfile index c016364..59ef02c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -129,7 +129,7 @@ currentVersion = readFile(encoding: 'UTF-8', file: 'version.txt') } else { // Write version from tag to generate the site - writedFile(encoding: 'UTF-8', file: 'version.txt', text: currentVersion) + writeFile(encoding: 'UTF-8', file: 'version.txt', text: currentVersion) } currentBuild.displayName = "#${env.BUILD_NUMBER} ${currentVersion}" },