diff --git a/jenkins/Jenkinsfile.test b/jenkins/Jenkinsfile.test index 29d9d61..a3265d6 100644 --- a/jenkins/Jenkinsfile.test +++ b/jenkins/Jenkinsfile.test @@ -21,27 +21,7 @@ pipeline { } stages { - - stage('Powershell Test'){ - - steps { - script { - def remoteHost = '${params.host_ip}' - def powershellScript = ''' - $username = "${env:ansible_service_windows_USR}" - $password = "${env:ansible_service_windows_PSW}" - Write-Host "Using username: $username and password: $password" - ''' - - bat """ - echo Running PowerShell script on remote machine... - cmd /c powershell -Command "& { ${powershellScript} }" - """ - } - } - - } - + stage('Generate Inventory File') { steps {