Branch: refs/heads/master Home: https://github.com/jenkinsci/powershell-plugin Commit: 114fd763974e34769d8c615b4ce1281d2c578dd9 https://github.com/jenkinsci/powershell-plugin/commit/114fd763974e34769d8c615b4ce1281d2c578dd9 Author: harmath <harm...@deshaw.com> Date: 2017-06-28 (Wed, 28 Jun 2017)
Changed paths: M src/main/java/hudson/plugins/powershell/PowerShell.java Log Message: ----------- Included -NoProfile to avoid loading profile Commit: 1a556c42bc2aea5da58fca0b0e963cfe03dd1cbf https://github.com/jenkinsci/powershell-plugin/commit/1a556c42bc2aea5da58fca0b0e963cfe03dd1cbf Author: harmath <harm...@deshaw.com> Date: 2017-06-28 (Wed, 28 Jun 2017) Changed paths: M src/main/java/hudson/plugins/powershell/PowerShell.java M src/main/resources/hudson/plugins/powershell/PowerShell/config.jelly M src/main/webapp/help.html M src/test/java/hudson/plugins/powershell/PowerShellTest.java Log Message: ----------- Added support for disabling profiles Added a useProfile boolean which drives the -NoProfile switch. The value is driven from a checkbox which is checked by default. This is to avoid breaking change, but give option to disable the PowerShell Profile. Commit: 82e0f5950ad4b8f1dd23cfd4f14519e6b01f1756 https://github.com/jenkinsci/powershell-plugin/commit/82e0f5950ad4b8f1dd23cfd4f14519e6b01f1756 Author: harmath <harm...@deshaw.com> Date: 2017-06-28 (Wed, 28 Jun 2017) Changed paths: M src/main/java/hudson/plugins/powershell/PowerShell.java Log Message: ----------- fixed super constructor call Commit: 3a8ac43738ab8a7fd48fbeeb9491ddd0e3970e9a https://github.com/jenkinsci/powershell-plugin/commit/3a8ac43738ab8a7fd48fbeeb9491ddd0e3970e9a Author: CJ Harmath <harm...@deshaw.com> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: A Jenkinsfile M src/main/java/hudson/plugins/powershell/PowerShell.java Log Message: ----------- Merge remote-tracking branch 'upstream/master' Commit: 1e0cd4eb5226229aa71b497a2187de4c4e5c6b54 https://github.com/jenkinsci/powershell-plugin/commit/1e0cd4eb5226229aa71b497a2187de4c4e5c6b54 Author: CJ Harmath <harm...@deshaw.com> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M src/main/java/hudson/plugins/powershell/PowerShell.java M src/main/webapp/help.html Log Message: ----------- addressing PR feedbacks from @rkeithhill * synced my fork to pickup new commits * support -NoProfile on Linux as well * updated help with suggested description about PowerShell profiles Commit: f087d4bf865273dc1ad8a1bb3d8a4f278a2dd78f https://github.com/jenkinsci/powershell-plugin/commit/f087d4bf865273dc1ad8a1bb3d8a4f278a2dd78f Author: CJ Harmath <harm...@deshaw.com> Date: 2019-07-11 (Thu, 11 Jul 2019) Changed paths: M src/main/java/hudson/plugins/powershell/PowerShell.java M src/main/webapp/help.html Log Message: ----------- addressing PR feedbacks from @rkeithhill * synced my fork to pickup new commits * support -NoProfile on Linux as well * updated help with suggested description about PowerShell profiles Commit: 7703ef9d23c6152d2c8297d9f484f701658a303e https://github.com/jenkinsci/powershell-plugin/commit/7703ef9d23c6152d2c8297d9f484f701658a303e Author: CJ Harmath <harm...@deshaw.com> Date: 2019-07-11 (Thu, 11 Jul 2019) Changed paths: M README.md M src/main/java/hudson/plugins/powershell/PowerShell.java M src/main/resources/index.jelly M src/main/webapp/env-vars.html M src/main/webapp/env-vars_fr.html M src/main/webapp/help.html M src/main/webapp/help_fr.html Log Message: ----------- Renamed Windows PowerShell to PowerShell and fixed pwsh path issue with -File and no single quotes Commit: 062f143a72e09612d6addb2d8b432c14ed73ee0b https://github.com/jenkinsci/powershell-plugin/commit/062f143a72e09612d6addb2d8b432c14ed73ee0b Author: CJ Harmath <harm...@deshaw.com> Date: 2019-07-11 (Thu, 11 Jul 2019) Changed paths: Log Message: ----------- merging Commit: 3903fb1a6ff103e7d46438551eecd96b399e2584 https://github.com/jenkinsci/powershell-plugin/commit/3903fb1a6ff103e7d46438551eecd96b399e2584 Author: CJ Harmath <harm...@deshaw.com> Date: 2019-07-12 (Fri, 12 Jul 2019) Changed paths: M src/main/java/hudson/plugins/powershell/PowerShell.java Log Message: ----------- as discussed in PR #6, dropping quotes and using -File Commit: 8448ba0f5c16c7cbb9ca17b95c72a313ecd369d3 https://github.com/jenkinsci/powershell-plugin/commit/8448ba0f5c16c7cbb9ca17b95c72a313ecd369d3 Author: Filipe Roque <fro...@premium-minds.com> Date: 2019-11-26 (Tue, 26 Nov 2019) Changed paths: M src/main/java/hudson/plugins/powershell/PowerShell.java M src/main/resources/hudson/plugins/powershell/PowerShell/config.jelly M src/main/resources/index.jelly M src/main/webapp/help.html M src/test/java/hudson/plugins/powershell/PowerShellTest.java Log Message: ----------- Merge branch 'master' of https://github.com/csharmath/powershell-plugin into csharmath-master # Conflicts: # README.md # src/main/java/hudson/plugins/powershell/PowerShell.java # src/main/resources/hudson/plugins/powershell/PowerShell/config.jelly # src/main/resources/index.jelly # src/test/java/hudson/plugins/powershell/PowerShellTest.java Commit: 76ad5b1e1c50454351cbdf0d1421107bc0f655aa https://github.com/jenkinsci/powershell-plugin/commit/76ad5b1e1c50454351cbdf0d1421107bc0f655aa Author: Filipe Roque <fro...@premium-minds.com> Date: 2019-11-26 (Tue, 26 Nov 2019) Changed paths: M src/main/resources/hudson/plugins/powershell/PowerShell/config.jelly A src/main/resources/hudson/plugins/powershell/PowerShell/help-stopOnError.html A src/main/resources/hudson/plugins/powershell/PowerShell/help-useProfile.html Log Message: ----------- Added help files to stop on errors and use profile booleans Commit: 740e6695d8c7fec0b39848ac544f55c8a5fea339 https://github.com/jenkinsci/powershell-plugin/commit/740e6695d8c7fec0b39848ac544f55c8a5fea339 Author: Filipe Roque <fro...@premium-minds.com> Date: 2019-11-26 (Tue, 26 Nov 2019) Changed paths: M usage_example.png Log Message: ----------- Update usage example image Commit: 5146c1427761ea73dcf665fd970a56fa74a3b3dd https://github.com/jenkinsci/powershell-plugin/commit/5146c1427761ea73dcf665fd970a56fa74a3b3dd Author: Filipe Roque <fro...@premium-minds.com> Date: 2019-11-26 (Tue, 26 Nov 2019) Changed paths: M README.md Log Message: ----------- Update README with Support -NoProfile via checkbox Commit: df9bb1cd6d9d2b556a60532bb5ea4fdafc96a446 https://github.com/jenkinsci/powershell-plugin/commit/df9bb1cd6d9d2b556a60532bb5ea4fdafc96a446 Author: Filipe Roque <fro...@premium-minds.com> Date: 2019-11-26 (Tue, 26 Nov 2019) Changed paths: M README.md M src/main/java/hudson/plugins/powershell/PowerShell.java M src/main/resources/hudson/plugins/powershell/PowerShell/config.jelly A src/main/resources/hudson/plugins/powershell/PowerShell/help-stopOnError.html A src/main/resources/hudson/plugins/powershell/PowerShell/help-useProfile.html M src/main/resources/index.jelly M src/main/webapp/help.html M src/test/java/hudson/plugins/powershell/PowerShellTest.java M usage_example.png Log Message: ----------- Merge branch 'csharmath-master' # Conflicts: # README.md Compare: https://github.com/jenkinsci/powershell-plugin/compare/153f0a3ba956...df9bb1cd6d9d -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/powershell-plugin/push/refs/heads/master/153f0a-df9bb1%40github.com.