Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifactory-plugin
  Commit: 0d36915a257f70b8a042048ea37d3985b7ac67a3
      
https://github.com/jenkinsci/artifactory-plugin/commit/0d36915a257f70b8a042048ea37d3985b7ac67a3
  Author: yahavi <yahaviz...@gmail.com>
  Date:   2019-01-10 (Thu, 10 Jan 2019)

  Changed paths:
    M pom.xml
    M src/main/java/org/jfrog/hudson/pipeline/common/Utils.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmInstallExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmPublishExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/packageManagerBuilds/NpmBuild.java
    M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/NpmInstallStep.java
    M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/NpmPublishStep.java

  Log Message:
  -----------
  HAP-1127 - Support NodeJS plugin


  Commit: 135628e0a402f3a503662fa0121403feff6bdcf1
      
https://github.com/jenkinsci/artifactory-plugin/commit/135628e0a402f3a503662fa0121403feff6bdcf1
  Author: yahavi <yahaviz...@gmail.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/pipeline/common/Utils.java

  Log Message:
  -----------
  HAP-1132 - ObjectMapper converts Boolean nulls to false


  Commit: 001b937f559266dcb2cdc92e2a109b6b79b968df
      
https://github.com/jenkinsci/artifactory-plugin/commit/001b937f559266dcb2cdc92e2a109b6b79b968df
  Author: Alexei Vainshtein <alexeivainsht...@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/trigger/ArtifactoryTrigger.java

  Log Message:
  -----------
  HAP-1133 - Support Maven job for Artifactory Trigger (#95)

* Support Maven job for Artifactory Trigger


  Commit: 5d974f6e11e7a1ae483723dd8cbad2ec4896dc1d
      
https://github.com/jenkinsci/artifactory-plugin/commit/5d974f6e11e7a1ae483723dd8cbad2ec4896dc1d
  Author: Yahav Itzhak <yah...@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M src/main/java/org/jfrog/hudson/action/ArtifactoryProjectAction.java

  Log Message:
  -----------
  HAP-1130 - Jenkins "Artifactory Build Info" redirecting to root level of 
build info with result 404


  Commit: 8b0c773b3489df28aed17fefe798da65b7fe6737
      
https://github.com/jenkinsci/artifactory-plugin/commit/8b0c773b3489df28aed17fefe798da65b7fe6737
  Author: yahavi <yahaviz...@gmail.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/deployers/NpmDeployer.java
    A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmDeployerResolver.java
    A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmDeployerStep.java
    A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmInstallStep.java
    A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmPublishStep.java
    A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmResolverStep.java

  Log Message:
  -----------
  HAP-1128 - Support npm declarative pipeline


  Commit: ace55b7de865ca19a15694a3bbfd8d98c69646cc
      
https://github.com/jenkinsci/artifactory-plugin/commit/ace55b7de865ca19a15694a3bbfd8d98c69646cc
  Author: Yahav Itzhak <yah...@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M pom.xml
    M src/main/java/org/jfrog/hudson/pipeline/common/Utils.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmInstallExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmPublishExecutor.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/deployers/NpmDeployer.java
    M 
src/main/java/org/jfrog/hudson/pipeline/common/types/packageManagerBuilds/NpmBuild.java
    A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmDeployerResolver.java
    A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmDeployerStep.java
    A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmInstallStep.java
    A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmPublishStep.java
    A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmResolverStep.java
    M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/NpmInstallStep.java
    M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/NpmPublishStep.java

  Log Message:
  -----------
  Merge pull request #91 from yahavi/npm-plugin

Support NodeJS plugin and declarative npm


  Commit: 64ed76d149a868b183af91afb5409d553ac14c9c
      
https://github.com/jenkinsci/artifactory-plugin/commit/64ed76d149a868b183af91afb5409d553ac14c9c
  Author: Yahav Itzhak <yah...@users.noreply.github.com>
  Date:   2019-01-16 (Wed, 16 Jan 2019)

  Changed paths:
    M 
src/main/java/org/jfrog/hudson/pipeline/declarative/utils/DeclarativePipelineUtils.java

  Log Message:
  -----------
  HAP-1134 - Declarative pipeline - BuildDataFile name may contain illegal 
characters (#96)


Compare: 
https://github.com/jenkinsci/artifactory-plugin/compare/004175cd6a8d...64ed76d149a8
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

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

Reply via email to