Commit 289fe6f9 authored by S M Y's avatar S M Y
Browse files

Offline installer type variable missing

parent 06af2b16
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -56,7 +56,7 @@ node() {
catch (err) {
values = [:]
ansiblePlaybook = "${currentWs}/ansible/offline-installer.yml --vault-password-file /var/lib/jenkins/secrets/vault-pass "
ansibleExtraArgs = " --extra-vars \"offline_repo_location=$currentWs removeOfflineInstallerFolder=True build_number=$BUILD_NUMBER\""
ansibleExtraArgs = " --extra-vars \"offline_repo_location=$currentWs removeOfflineInstallerFolder=True build_number=$BUILD_NUMBER offline_installer_type=${offline_installer_type}\""
values.put('currentWs', currentWs)
values.put('env', envDir)
values.put('module', module)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment