Skip to content

Commit fa92a3b

Browse files
committed
test
1 parent a40377b commit fa92a3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ pipeline {
3131
label 'network-agent-ubuntu22'
3232
}
3333
steps {
34-
sh 'printenv'
35-
sh '/var/jenkins/build.sh $GITHUB_TOKEN'
34+
sh 'echo $GITHUB_TOKEN_PSW'
35+
sh '/var/jenkins/build.sh $GITHUB_TOKEN_PSW'
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)