Skip to content

Commit 9665a0f

Browse files
committed
Echo the target framework version
1 parent 7aef68b commit 9665a0f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Jenkinsfile-SmokeTest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ properties([
1818
def generateNPMVersionRouteFile(Map args = new LinkedHashMap()) {
1919
// @angular/core's version is the one baked into the angular app
2020
def nextVersion = sh(script: "npm view @angular/core@${args.npm_tag} version", returnStdout: true).trim()
21+
22+
echo "Target framework version: ${nextVersion}"
23+
2124
def routeFileContent = readJSON text: """
2225
[{
2326
"request": {

0 commit comments

Comments
 (0)