Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-app-service-plugin
  Commit: 8c650e47e8b8bd2cc1be1d5b53ca2d383660e2fe
      
https://github.com/jenkinsci/azure-app-service-plugin/commit/8c650e47e8b8bd2cc1be1d5b53ca2d383660e2fe
  Author: Dayang Shen <[email protected]>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    A src/main/java/com/microsoft/jenkins/appservice/BaseDeploymentRecorder.java
    M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder.java

  Log Message:
  -----------
  Extract common logic into `BaseDeploymentRecorder`


  Commit: b6099b7bc2ac7b286464b4a84352c99c504edd05
      
https://github.com/jenkinsci/azure-app-service-plugin/commit/b6099b7bc2ac7b286464b4a84352c99c504edd05
  Author: Dayang Shen <[email protected]>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M pom.xml
    M src/main/java/com/microsoft/jenkins/appservice/BaseDeploymentRecorder.java
    A 
src/main/java/com/microsoft/jenkins/appservice/FunctionAppDeploymentCommandContext.java
    A 
src/main/java/com/microsoft/jenkins/appservice/FunctionAppDeploymentRecorder.java
    M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentCommandContext.java
    M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/AbstractCommandContext.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/AzureDockerClientConfig.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerBuildCommand.java
    M src/main/java/com/microsoft/jenkins/appservice/commands/DockerCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerDeployCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerPushCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerRemoveImageCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/FTPDeployCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/GitDeployCommand.java
    A 
src/main/resources/com/microsoft/jenkins/appservice/FunctionAppDeploymentRecorder/config.jelly
    A 
src/main/resources/com/microsoft/jenkins/appservice/FunctionAppDeploymentRecorder/config.properties
    A 
src/main/resources/com/microsoft/jenkins/appservice/FunctionAppDeploymentRecorder/help-appName.html
    A 
src/main/resources/com/microsoft/jenkins/appservice/FunctionAppDeploymentRecorder/help-deployOnlyIfSuccessful.html
    A 
src/main/resources/com/microsoft/jenkins/appservice/FunctionAppDeploymentRecorder/help-filePath.html
    A 
src/main/resources/com/microsoft/jenkins/appservice/FunctionAppDeploymentRecorder/help-resourceGroup.html
    A 
src/main/resources/com/microsoft/jenkins/appservice/FunctionAppDeploymentRecorder/help-sourceDirectory.html
    A 
src/main/resources/com/microsoft/jenkins/appservice/FunctionAppDeploymentRecorder/help-targetDirectory.html
    A 
src/main/resources/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder/help-appName.html
    R 
src/main/resources/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder/help-appServiceName.html
    M 
src/main/resources/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder/help-deployOnlyIfSuccessful.html
    M 
src/main/resources/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder/help-filePath.html
    A 
src/main/resources/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder/help-resourceGroup.html
    R 
src/main/resources/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder/help-resourceGroupName.html
    A 
src/test/java/com/microsoft/jenkins/appservice/test/FunctionAppDeploymentCommandContextTest.java

  Log Message:
  -----------
  Support Azure Function App


  Commit: 494e974e6c2b7f110129ac3f24c7dddee6513f78
      
https://github.com/jenkinsci/azure-app-service-plugin/commit/494e974e6c2b7f110129ac3f24c7dddee6513f78
  Author: Dayang Shen <[email protected]>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    A 
src/test/java/com/microsoft/jenkins/appservice/FunctionAppDeploymentCommandContextTest.java
    A 
src/test/java/com/microsoft/jenkins/appservice/WebAppDeploymentCommandContextTest.java
    A 
src/test/java/com/microsoft/jenkins/appservice/commands/GitDeployCommandTest.java
    A 
src/test/java/com/microsoft/jenkins/appservice/integration/ITFTPDeployCommand.java
    A 
src/test/java/com/microsoft/jenkins/appservice/integration/ITGitDeployCommand.java
    A 
src/test/java/com/microsoft/jenkins/appservice/integration/IntegrationTest.java
    A src/test/java/com/microsoft/jenkins/appservice/integration/Utils.java
    R src/test/java/com/microsoft/jenkins/appservice/test/FilePathUtilsTest.java
    R 
src/test/java/com/microsoft/jenkins/appservice/test/FunctionAppDeploymentCommandContextTest.java
    R 
src/test/java/com/microsoft/jenkins/appservice/test/GitDeployCommandTest.java
    R 
src/test/java/com/microsoft/jenkins/appservice/test/ITFTPDeployCommand.java
    R 
src/test/java/com/microsoft/jenkins/appservice/test/ITGitDeployCommand.java
    R src/test/java/com/microsoft/jenkins/appservice/test/IntegrationTest.java
    R src/test/java/com/microsoft/jenkins/appservice/test/Utils.java
    R 
src/test/java/com/microsoft/jenkins/appservice/test/WebAppDeploymentCommandContextTest.java
    A src/test/java/com/microsoft/jenkins/appservice/util/FilePathUtilsTest.java
    A 
src/test/resources/com/microsoft/jenkins/appservice/integration/sample-java-app-spring-boot/gs-spring-boot-0.1.0.jar
    A 
src/test/resources/com/microsoft/jenkins/appservice/integration/sample-java-app-spring-boot/web.config
    A 
src/test/resources/com/microsoft/jenkins/appservice/integration/sample-java-app/app.war
    A 
src/test/resources/com/microsoft/jenkins/appservice/integration/sample-nodejs-app/index.js
    A 
src/test/resources/com/microsoft/jenkins/appservice/integration/sample-nodejs-app/package.json
    A 
src/test/resources/com/microsoft/jenkins/appservice/integration/sample-nodejs-app/process.json
    A 
src/test/resources/com/microsoft/jenkins/appservice/integration/sample-php-app/index.php
    A 
src/test/resources/com/microsoft/jenkins/appservice/integration/sample-python-app/main.py
    A 
src/test/resources/com/microsoft/jenkins/appservice/integration/sample-python-app/requirements.txt
    A 
src/test/resources/com/microsoft/jenkins/appservice/integration/sample-python-app/virtualenv_proxy.py
    A 
src/test/resources/com/microsoft/jenkins/appservice/integration/sample-python-app/web.3.4.config
    R 
src/test/resources/com/microsoft/jenkins/appservice/test/sample-java-app-spring-boot/gs-spring-boot-0.1.0.jar
    R 
src/test/resources/com/microsoft/jenkins/appservice/test/sample-java-app-spring-boot/web.config
    R 
src/test/resources/com/microsoft/jenkins/appservice/test/sample-java-app/app.war
    R 
src/test/resources/com/microsoft/jenkins/appservice/test/sample-nodejs-app/index.js
    R 
src/test/resources/com/microsoft/jenkins/appservice/test/sample-nodejs-app/package.json
    R 
src/test/resources/com/microsoft/jenkins/appservice/test/sample-nodejs-app/process.json
    R 
src/test/resources/com/microsoft/jenkins/appservice/test/sample-php-app/index.php
    R 
src/test/resources/com/microsoft/jenkins/appservice/test/sample-python-app/main.py
    R 
src/test/resources/com/microsoft/jenkins/appservice/test/sample-python-app/requirements.txt
    R 
src/test/resources/com/microsoft/jenkins/appservice/test/sample-python-app/virtualenv_proxy.py
    R 
src/test/resources/com/microsoft/jenkins/appservice/test/sample-python-app/web.3.4.config

  Log Message:
  -----------
  Reorganize test files


  Commit: 2886c6c83a7b668dbac343eccd9dd3deebaa70d2
      
https://github.com/jenkinsci/azure-app-service-plugin/commit/2886c6c83a7b668dbac343eccd9dd3deebaa70d2
  Author: Dayang Shen <[email protected]>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M checkstyle.xml
    M src/main/java/com/microsoft/jenkins/appservice/BaseDeploymentRecorder.java
    M 
src/main/java/com/microsoft/jenkins/appservice/FunctionAppDeploymentCommandContext.java
    M 
src/main/java/com/microsoft/jenkins/appservice/FunctionAppDeploymentRecorder.java
    M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentCommandContext.java
    M 
src/main/java/com/microsoft/jenkins/appservice/WebAppDeploymentRecorder.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/AbstractCommandContext.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/AzureDockerClientConfig.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/DefaultDockerClientBuilder.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerBuildCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerBuildInfo.java
    M src/main/java/com/microsoft/jenkins/appservice/commands/DockerCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerDeployCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerPingCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerPushCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/DockerRemoveImageCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/FTPDeployCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/GitDeployCommand.java
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/TransitionInfo.java
    M src/main/java/com/microsoft/jenkins/appservice/util/FilePathUtils.java
    M src/main/java/com/microsoft/jenkins/appservice/util/TokenCache.java
    M src/main/java/com/microsoft/jenkins/services/CommandService.java

  Log Message:
  -----------
  Update checkstyle rules


  Commit: 7271472f0d1e467ea99a51a007bb9e5b3d2fafc9
      
https://github.com/jenkinsci/azure-app-service-plugin/commit/7271472f0d1e467ea99a51a007bb9e5b3d2fafc9
  Author: Dayang Shen <[email protected]>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M 
src/main/java/com/microsoft/jenkins/appservice/commands/FTPDeployCommand.java

  Log Message:
  -----------
  Log if no file found during FTP deployment


Compare: 
https://github.com/jenkinsci/azure-app-service-plugin/compare/071f856db871...7271472f0d1e

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to